mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
README.md: add rfc6979
This commit is contained in:
@@ -15,6 +15,7 @@ and can be easily used for bare-metal or lightweight WebAssembly programming.
|
||||
|-------------|-----------|-----------|---------------|-------|
|
||||
| [`ecdsa`] | [ECDSA](https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm) | [](https://crates.io/crates/ecdsa) | [](https://docs.rs/ecdsa) | [](https://github.com/RustCrypto/signatures/actions?query=workflow%3Aecdsa) |
|
||||
| [`ed25519`] | [Ed25519](https://en.wikipedia.org/wiki/EdDSA) | [](https://crates.io/crates/ed25519) | [](https://docs.rs/ed25519) | [](https://github.com/RustCrypto/signatures/actions?query=workflow%3Aed25519)
|
||||
| [`rfc6979`] | [RFC6979](https://datatracker.ietf.org/doc/html/rfc6979) | [](https://crates.io/crates/rfc6979) | [](https://docs.rs/rfc6979) | [](https://github.com/RustCrypto/signatures/actions/workflows/rfc6979.yml)
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -47,6 +48,7 @@ dual licensed as above, without any additional terms or conditions.
|
||||
|
||||
[`ecdsa`]: https://github.com/RustCrypto/signatures/tree/master/ecdsa
|
||||
[`ed25519`]: https://github.com/RustCrypto/signatures/tree/master/ed25519
|
||||
[`rfc6979`]: https://github.com/RustCrypto/signatures/tree/master/rfc6979
|
||||
|
||||
[//]: # (general links)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user