Skip to content

Version 4.3.0

Compare
Choose a tag to compare
@paragonie-security paragonie-security released this 31 Mar 18:09
· 24 commits to master since this release
v4.3.0

New: FastCompoundIndex, FastBlindIndex

Too many users have tripped over the conservative defaults for blind indexing. To alleviate this, we are introducing two new classes in the public API:

  1. FastBlindIndex
  2. FastCompoundIndex

This will always use a fast hash; which will be more suitable for all but the absolute most sensitive data.