Searched defs:X25519Key (Results 1 – 2 of 2) sorted by relevance
51 struct X25519Key { struct52 uint8_t public_value[X25519KeyPubKeySize()]; argument53 uint8_t private_key[X25519KeyPrivKeySize()]; argument
358 pub struct X25519Key(pub [u8; CURVE25519_PRIV_KEY_LEN]); struct