index on bundle_api: 57e152b Adding password hashing functionality
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
pub trait CipherSuite {
|
||||||
|
type Aead;
|
||||||
|
type Group;
|
||||||
|
type Keypair;
|
||||||
|
}
|
||||||
@@ -369,6 +369,7 @@ mod oprf;
|
|||||||
// do the oprf on
|
// do the oprf on
|
||||||
mod group;
|
mod group;
|
||||||
pub mod slow_hash;
|
pub mod slow_hash;
|
||||||
|
pub mod ciphersuite;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests;
|
mod tests;
|
||||||
|
|||||||
Reference in New Issue
Block a user