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

create a box curve25519xchacha20poly1305 keypair from a private seed