bcrypt: native $2b$ hashing (blowfish + eksblowfish; pi constants via exact fixed-point machin) wired into password_hash + MKPASSWD
This commit is contained in:
parent
5ea543188d
commit
d68f3ce97e
4 changed files with 465 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
pub type Uid = u64;
|
||||
|
||||
pub mod accounts;
|
||||
pub mod bcrypt;
|
||||
pub mod channels;
|
||||
pub mod command;
|
||||
pub mod config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue