Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm
Description
Pure Rust implementation of the Elliptic Curve Digital Signature
Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature
Standard), providing RFC6979 deterministic signatures as well as support
for added entropy.
This package contains library source intended for building other packages which
use the "hazmat" feature of the "ecdsa" crate.