Function hacl::hazmat::p256::ecdsa::sign_sha384

source ยท
pub fn sign_sha384(
    payload: &[u8],
    private_key: &[u8; 32],
    nonce: &[u8; 32],
) -> Result<[u8; 64], Error>
Expand description

Sign

  • private key validation must be performed before calling this function