#ed25519-key #curve25519 #convert #signatures #sign

no-std ed25519_to_curve25519

Convert ed25519 keys and sign to curve25519

5 releases

0.2.3 Apr 28, 2023
0.2.2 Apr 28, 2023
0.2.1 Jan 24, 2023
0.2.0 Jan 24, 2023
0.1.0 Jan 20, 2023

#17 in #sign

Download history 11/week @ 2024-03-12 6/week @ 2024-03-26 25/week @ 2024-04-02 2/week @ 2024-04-16 2/week @ 2024-04-23 1/week @ 2024-05-21

61 downloads per month

GPL-3.0 license

38KB
771 lines

ed25519_to_curve25519

crates.io docs.rs

Convert ed25519 keys and sign to curve25519


lib.rs:

Ed25519 keys can be converted to X25519 keys, so that the same key pair can be used both for authenticated encryption (crypto_box) and for signatures (crypto_sign).

No runtime deps