Function diem_crypto::x25519::keypair_strategy
source · pub fn keypair_strategy(
) -> impl Strategy<Value = KeyPair<PrivateKey, PublicKey>>
Expand description
Produces a uniformly random ed25519 keypair from a seed
pub fn keypair_strategy(
) -> impl Strategy<Value = KeyPair<PrivateKey, PublicKey>>
Produces a uniformly random ed25519 keypair from a seed