File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ and can be easily used for bare-metal or lightweight WebAssembly programming.
18
18
| [ ` ed25519 ` ] | [ EdDSA for Curve25519] ( https://en.wikipedia.org/wiki/EdDSA#Ed25519 ) | [ ![ crates.io] ( https://img.shields.io/crates/v/ed25519.svg )] ( https://crates.io/crates/ed25519 ) | [ ![ Documentation] ( https://docs.rs/ed25519/badge.svg )] ( https://docs.rs/ed25519 ) | [ ![ ed25519 build] ( https://github.com/RustCrypto/signatures/workflows/ed25519/badge.svg?branch=master&event=push )] ( https://github.com/RustCrypto/signatures/actions?query=workflow%3Aed25519 )
19
19
| [ ` ed448 ` ] | [ EdDSA for Curve448] ( https://en.wikipedia.org/wiki/EdDSA#Ed448 ) | [ ![ crates.io] ( https://img.shields.io/crates/v/ed448-signature.svg )] ( https://crates.io/crates/ed448-signature ) | [ ![ Documentation] ( https://docs.rs/ed448-signature/badge.svg )] ( https://docs.rs/ed448-signature ) | [ ![ ed448 build] ( https://github.com/RustCrypto/signatures/actions/workflows/ed448.yml/badge.svg )] ( https://github.com/RustCrypto/signatures/actions/workflows/ed448.yml )
20
20
| [ ` lms ` ] | [ Leighton-Micali Signature] ( https://datatracker.ietf.org/doc/html/rfc8554 ) | [ ![ crates.io] ( https://img.shields.io/crates/v/lms-signature.svg )] ( https://crates.io/crates/lms-signature ) | [ ![ Documentation] ( https://docs.rs/lms-signature/badge.svg )] ( https://docs.rs/ed25519 ) | [ ![ lms build] ( https://github.com/RustCrypto/signatures/actions/workflows/lms.yml/badge.svg )] ( https://github.com/RustCrypto/signatures/actions/workflows/lms.yml )
21
- | [ ` ml-dsa ` ] | [ Module Lattice DSA] ( https://csrc.nist.gov/pubs/fips/204/ipd ) | [ ![ crates.io] ( https://img.shields.io/crates/v/ml-dsa.svg )] ( https://crates.io/crates/ml-dsa ) | [ ![ Documentation] ( https://docs.rs/ml-dsa/badge.svg )] ( https://docs.rs/ml-dsa ) | [ ![ lms build] ( https://github.com/RustCrypto/signatures/actions/workflows/ml-dsa.yml/badge.svg )] ( https://github.com/RustCrypto/signatures/actions/workflows/lms.yml )
21
+ | [ ` ml-dsa ` ] | [ Module Lattice DSA] ( https://csrc.nist.gov/pubs/fips/204/final ) | [ ![ crates.io] ( https://img.shields.io/crates/v/ml-dsa.svg )] ( https://crates.io/crates/ml-dsa ) | [ ![ Documentation] ( https://docs.rs/ml-dsa/badge.svg )] ( https://docs.rs/ml-dsa ) | [ ![ lms build] ( https://github.com/RustCrypto/signatures/actions/workflows/ml-dsa.yml/badge.svg )] ( https://github.com/RustCrypto/signatures/actions/workflows/lms.yml )
22
22
| [ ` rfc6979 ` ] | [ Deterministic (EC)DSA Signatures] ( https://datatracker.ietf.org/doc/html/rfc6979 ) | [ ![ crates.io] ( https://img.shields.io/crates/v/rfc6979.svg )] ( https://crates.io/crates/rfc6979 ) | [ ![ Documentation] ( https://docs.rs/rfc6979/badge.svg )] ( https://docs.rs/rfc6979 ) | [ ![ rfc6979 build] ( https://github.com/RustCrypto/signatures/actions/workflows/rfc6979.yml/badge.svg )] ( https://github.com/RustCrypto/signatures/actions/workflows/rfc6979.yml )
23
- | [ ` slh-dsa ` ] | [ Stateless Hash-Based Signature] ( https://nvlpubs .nist.gov/nistpubs/FIPS/NIST.FIPS. 205.ipd.pdf ) | [ ![ crates.io] ( https://img.shields.io/crates/v/slh-dsa.svg )] ( https://crates.io/crates/slh-dsa ) | [ ![ Documentation] ( https://docs.rs/slh-dsa/badge.svg )] ( https://docs.rs/ed25519 ) | [ ![ slh-dsa build] ( https://github.com/RustCrypto/signatures/actions/workflows/slh-dsa.yml/badge.svg )] ( https://github.com/RustCrypto/signatures/actions/workflows/slh-dsa.yml )
23
+ | [ ` slh-dsa ` ] | [ Stateless Hash-Based Signature] ( https://csrc .nist.gov/pubs/fips/ 205/final ) | [ ![ crates.io] ( https://img.shields.io/crates/v/slh-dsa.svg )] ( https://crates.io/crates/slh-dsa ) | [ ![ Documentation] ( https://docs.rs/slh-dsa/badge.svg )] ( https://docs.rs/ed25519 ) | [ ![ slh-dsa build] ( https://github.com/RustCrypto/signatures/actions/workflows/slh-dsa.yml/badge.svg )] ( https://github.com/RustCrypto/signatures/actions/workflows/slh-dsa.yml )
24
24
25
25
NOTE: for RSA signatures see < https://github.com/RustCrypto/RSA >
26
26
Original file line number Diff line number Diff line change @@ -46,4 +46,4 @@ dual licensed as above, without any additional terms or conditions.
46
46
[ // ] : # ( links )
47
47
48
48
[ RustCrypto ] : https://github.com/RustCrypto
49
- [ FIPS-205 Standard ] : https://nvlpubs .nist.gov/nistpubs/FIPS/NIST.FIPS. 205.pdf
49
+ [ FIPS-205 Standard ] : https://csrc .nist.gov/pubs/fips/ 205/final
You can’t perform that action at this time.
0 commit comments