Home
last modified time | relevance | path

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

/system/security/mls/mls-rs-crypto-boringssl/src/
Dhpke.rs89 pub struct DhKem<DH: DhType, KDF: KdfType> { struct
96 impl<DH: DhType, KDF: KdfType> DhKem<DH, KDF> { implementation
112 impl<DH: DhType, KDF: KdfType> KemType for DhKem<DH, KDF> { implementation