jedisct1 / rust-libhydrogen

Libhydrogen bindings for Rust.
16 stars 3 forks source link

Missing signing key pair from seed #9

Closed steamraven closed 3 years ago

steamraven commented 3 years ago

The base libhydrogen has a function for generating a signing key pair from a seed. Is there a way to fit this into the rust api? I believe it is hydro_sign_keygen_deterministic

jedisct1 commented 3 years ago

Added :)