This is a feature, bug fix, and code clean-up release. This release adds the new bit generator BlaBla based on the Blake 2b hash function.
-
- Added the
BlaBlaPRNG, which is based on the Blake 2b hash function.BlaBlais a counter-based PRNG like
AESCounterand supports bothadvanceandjumped.
- Added the
- Removed
modefrom bit generator initialization. This argument has been deprecated since release 2.0.0. - Moved the build system to meso,n which improves build time.
- Fixed a breaking change that affected the use of
functools.partialtest suite in Python 3.14.