bcrypt: native $2b$ hashing (blowfish + eksblowfish; pi constants via exact fixed-point machin) wired into password_hash + MKPASSWD

This commit is contained in:
Jean Chevronnet 2026-08-11 11:32:35 +00:00
parent 5ea543188d
commit d68f3ce97e
4 changed files with 465 additions and 1 deletions

View file

@ -13,6 +13,7 @@
pub type Uid = u64;
pub mod accounts;
pub mod bcrypt;
pub mod channels;
pub mod command;
pub mod config;