Function nettle::ed448::public_key

source ·
pub fn public_key(public: &mut [u8], private: &[u8]) -> Result<()>
Expand description

Computes the public key for a given private Ed448 key.

Fails if one of the buffers is not ED448_KEY_SIZE bytes large, or if Ed448 is not supported by Nettle (see IS_SUPPORTED).