#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

#1788 in Cryptography

45 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