Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/twox-hash/src/xxhash3/
Dstreaming.rs47 pub struct SecretBuffer<S> { struct
53 impl<S> SecretBuffer<S> { implementation
60 impl<S> SecretBuffer<S> implementation
109 impl<S> SecretBuffer<S> impl
133 impl SecretBuffer<&'static [u8; DEFAULT_SECRET_LENGTH]> { impl