Function sodoken::sign::keypair

source ·
pub async fn keypair<P, S>(pub_key: P, sec_key: S) -> SodokenResult<()>
where P: Into<BufWriteSized<PUBLICKEYBYTES>> + 'static + Send, S: Into<BufWriteSized<SECRETKEYBYTES>> + 'static + Send,
Expand description

create an ed25519 signature keypair from entropy