Home
last modified time | relevance | path

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

/external/rust/beto-rust/nearby/presence/ldt/src/
Dlib.rs78 pub struct LdtDecryptCipher<const B: usize, T: TweakableBlockCipher<B>, M: Mix> { struct
85 impl<const B: usize, T: TweakableBlockCipher<B>, M: Mix> LdtDecryptCipher<B, T, M> { implementation