Function nonce_pair_with_msg

Source
pub fn nonce_pair_with_msg(
    key: &Keypair,
    msg: &[u8; 32],
) -> (SecretNonce, PublicNonce)