Home
last modified time | relevance | path

Searched defs:Ed25519KeyPair (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/ring/src/ec/curve25519/ed25519/
Dsigning.rs26 pub struct Ed25519KeyPair { struct
37 derive_debug_via_field!(Ed25519KeyPair, stringify!(Ed25519KeyPair), public_key); argument
39 impl Ed25519KeyPair { impl
228 impl signature::KeyPair for Ed25519KeyPair { implementation
/external/tink/cc/subtle/
Ded25519_sign_boringssl_test.cc50 struct Ed25519KeyPair { struct
51 std::string public_key;
52 util::SecretData private_key;
/external/rust/android-crates-io/crates/ring/tests/
Ded25519_tests.rs141 f: impl Fn(&[u8]) -> Result<Ed25519KeyPair, error::KeyRejected>, in test_ed25519_from_pkcs8_()