pub async fn keypair<P, S>(pub_key: P, sec_key: S) -> Result<(), OneErr>
where P: Into<BufWriteSized<sodoken::::sign::keypair::{constant#0}>> + 'static + Send, S: Into<BufWriteSized<sodoken::::sign::keypair::{constant#1}>> + 'static + Send,
Expand description

create an ed25519 signature keypair from entropy