Home
last modified time | relevance | path

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

/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/chacha20-0.7.2/src/
H A Dlegacy.rs17 pub type LegacyNonce = cipher::Nonce<ChaCha20Legacy>; typedef
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/chacha20-0.6.0/src/
H A Dlegacy.rs11 pub type LegacyNonce = cipher::stream::Nonce<ChaCha20Legacy>; typedef