pub async fn keypair<P, S>(pub_key: P, sec_key: S) -> Result<(), OneErr> where
    P: 'static + Into<BufWriteSized<{_: usize}>> + Send,
    S: 'static + Into<BufWriteSized<{_: usize}>> + Send
Expand description

create an ed25519 signature keypair from entropy