dalek-cryptography / ed25519-dalek

Fast and efficient ed25519 signing and verification in Rust.
BSD 3-Clause "New" or "Revised" License
683 stars 227 forks source link

Function to create private key from seed #17

Closed mschneiderwng closed 6 years ago

mschneiderwng commented 6 years ago

Is there a safe way to deterministically create a private key from a seed?

calidion commented 5 years ago

why it is closed? Is there a way to generate private key with seed?

tarcieri commented 5 years ago

https://docs.rs/ed25519-dalek/1.0.0-pre.1/ed25519_dalek/struct.SecretKey.html#method.from_bytes

calidion commented 5 years ago

@tarcieri Thanks.