Home
last modified time | relevance | path

Searched defs:Ed25519Key (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/cc/internal/
H A Dec_util.h56 struct Ed25519Key { struct
57 std::string public_key;
58 std::string private_key;
/aosp_15_r20/system/keymint/common/src/crypto/
H A Dec.rs354 pub struct Ed25519Key(pub [u8; CURVE25519_PRIV_KEY_LEN]); struct