Searched defs:Ed25519Key (Results 1 – 2 of 2) sorted by relevance
56 struct Ed25519Key { struct57 std::string public_key;58 std::string private_key;
354 pub struct Ed25519Key(pub [u8; CURVE25519_PRIV_KEY_LEN]); struct