Home
last modified time | relevance | path

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

/system/security/diced/open_dice/src/
Ddice.rs110 pub struct PrivateKey([u8; PRIVATE_KEY_SIZE]); struct
112 impl Default for PrivateKey { implementation
123 impl PrivateKey { implementation
Dops.rs68 pub fn keypair_from_seed(seed: &[u8; PRIVATE_KEY_SEED_SIZE]) -> Result<(PublicKey, PrivateKey)> { in keypair_from_seed() argument