A library implementing the False Bottom deniable encryption scheme. (mirror of https://codeberg.org/skran/false-bottom)
- The crate now uses crypto_bigint U128 ints instead of i32. - OsRng instead of thread_rng(), (cryptographically more secure?). - Modular arithmetic methods from crypto_bigint, no more overflows. - Error code for invalid parameters. - Simpler naming. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml |