Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ed25519/src/
Dlib.rs136 pub const fn from_string_bytes(data_str: &str) -> Result<Self, SignatureContextInvalidLength> { in from_string_bytes() argument
142 const fn from_bytes(bytes: &[u8]) -> Result<Self, SignatureContextInvalidLength> { in from_bytes() argument
163 pub struct SignatureContextInvalidLength; struct