Skip to main content

ed448ph_sign

Function ed448ph_sign 

Source
pub fn ed448ph_sign(
    sk: &Ed448SecretKey,
    msg: &[u8],
    context: &[u8],
) -> Option<Ed448Signature>
Expand description

Sign msg with Ed448ph: signs SHAKE256(msg, 64) with hflag = 1.