bakelite
bakelite copied to clipboard
Incremental backup with strong cryptographic confidentiality baked into the data model.
this pull request makes the changes needed to allow bakelite to build in macOS successfully, namely: - introducing a new file `endian.h` which does the proper macros to supply the...
In order to be able to continue using an incremental backup after restoring from it, you need the localindex corresponding to it. This can be achieved by making sure it's...
Wanted: a decently fast C SHA3 implementation, preferably with bit-slicing for 32-bit hosts. Busybox uses a modified version of the reference implementation with changes under GPLv2, which is presently license-compatible...