pub fn ed448ctx_sign(
sk: &Ed448SecretKey,
msg: &[u8],
context: &[u8],
) -> Option<Ed448Signature>Expand description
Sign msg with Ed448 and an explicit context string (len ≤ 255).
pub fn ed448ctx_sign(
sk: &Ed448SecretKey,
msg: &[u8],
context: &[u8],
) -> Option<Ed448Signature>Sign msg with Ed448 and an explicit context string (len ≤ 255).