这是indexloc提供的服务,不要输入任何密码
Skip to content

Release 2.3.0

Latest

Choose a tag to compare

@bashtage bashtage released this 22 Oct 16:00
· 16 commits to main since this release
6d99306

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 BlaBla PRNG, which is based on the Blake 2b hash function. BlaBla is a counter-based PRNG like
      AESCounter and supports both advance and jumped.
  • Removed mode from 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.partial test suite in Python 3.14.