A library implementing the False Bottom deniable encryption scheme. (mirror of https://codeberg.org/skran/false-bottom)
Go to file
K Shiva Kiran 60b9d875f1 Improved encoding, packing and added more examples
Improved serialization for key exports with variable integer encoding.
Space efficient custom byte packing scheme for input [u8] slice.
Added example to demo import/exports.
Removed unnecessary error enums.
Lots of refactoring.
2024-03-17 23:54:44 +05:30
examples Improved encoding, packing and added more examples 2024-03-17 23:54:44 +05:30
src Improved encoding, packing and added more examples 2024-03-17 23:54:44 +05:30
.gitignore crypt: Switch to using large unsigned integers 2024-02-29 00:45:32 +05:30
Cargo.toml crypt: Added block level operations 2024-03-05 00:04:15 +05:30