Searched defs:Secret (Results 1 – 2 of 2) sorted by relevance
71 pub struct Secret(pub [u8; SECRET_SIZE]); struct72 impl AsCborValue for Secret { implementation88 impl CborSerializable for Secret {} implementation90 impl core::fmt::Debug for Secret { implementation
77 secret: Secret, in store()127 ) -> Result<Secret, SecretkeeperError> { in get()