A library implementing the False Bottom deniable encryption scheme. (mirror of https://codeberg.org/skran/false-bottom)
Go to file
K Shiva Kiran 7ad15fce76 crypt: Switch to using large unsigned integers
- 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.
2024-02-29 00:45:32 +05:30
src crypt: Switch to using large unsigned integers 2024-02-29 00:45:32 +05:30
.gitignore crypt: Switch to using large unsigned integers 2024-02-29 00:45:32 +05:30
Cargo.toml crypt: Switch to using large unsigned integers 2024-02-29 00:45:32 +05:30