Version 0.2.0
Pre-release
Pre-release
·
276 commits
to master
since this release
- #4: Documented the Key Hierarchy used by CipherSweet.
- #5: Removed the RSA stuff left over from our first draft, which greatly simplified our codebase.
- #7: Changed the API slightly to allow more granular (bits rather than bytes) blind index sizing. This will allow them to be more useful as Bloom filters for smaller datasets.
- Added a newer, simpler
KeyProvider
(and used it in the documentation):StringProvider
. This is useful for developers accustomed to loading keys from a string stored in a PHP script.