Skip to main content

ed448ctx_sign

Function ed448ctx_sign 

Source
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).