rfc6979 0.4.0

Pure Rust implementation of RFC6979: Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)
Documentation
[dependencies.hmac]
default-features = false
features = ["reset"]
version = "0.12"

[dependencies.subtle]
default-features = false
version = "2"
[dev-dependencies.hex-literal]
version = "0.3"

[dev-dependencies.sha2]
version = "0.10"

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Pure Rust implementation of RFC6979: Deterministic Usage of the\nDigital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)\n"
edition = "2021"
keywords = ["dsa", "ecdsa", "signature"]
license = "Apache-2.0 OR MIT"
name = "rfc6979"
readme = "README.md"
repository = "https://github.com/RustCrypto/signatures/tree/master/rfc6979"
rust-version = "1.61"
version = "0.4.0"