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 |
#2319 in Cryptography
40 downloads per month
Used in 2 crates
38KB
771 lines
ed25519_to_curve25519
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).