Skip to main content

x448_derive_public

Function x448_derive_public 

Source
pub fn x448_derive_public(sk: &[u8; 56]) -> [u8; 56]
Expand description

Derive the X448 public key from a 56-byte secret key.

Equivalent to x448(sk, 5) per RFC 7748 ยง5.