Reorganize protocol and pseudoclients into a modules/ tree
The core stays in src/; protocol and pseudoclients move to modules/, pulled in with #[path].
This commit is contained in:
parent
dbc45a0b6a
commit
677963924a
11 changed files with 43 additions and 17 deletions
|
|
@ -1,6 +1,5 @@
|
|||
//! SCRAM (RFC 5802 / RFC 7677) server side for SASL SCRAM-SHA-256 and
|
||||
//! SCRAM-SHA-512. The stored verifier is byte-compatible with the rest of the
|
||||
//! stack (Anope m_apiauth / Django): `v=1,i=,s=,sk=,sv=` where
|
||||
//! SCRAM-SHA-512. Stored verifier format `v=1,i=,s=,sk=,sv=` where
|
||||
//!
|
||||
//! SaltedPassword = Hi(password, salt, i) (PBKDF2, dklen = hash len)
|
||||
//! ClientKey = HMAC(SaltedPassword, "Client Key")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue