Searched defs:SignatureContextInvalidLength (Results 1 – 1 of 1) sorted by relevance
136 pub const fn from_string_bytes(data_str: &str) -> Result<Self, SignatureContextInvalidLength> { in from_string_bytes() argument142 const fn from_bytes(bytes: &[u8]) -> Result<Self, SignatureContextInvalidLength> { in from_bytes() argument163 pub struct SignatureContextInvalidLength; struct