Skip to content

v1.2.0

Compare
Choose a tag to compare
@delivrance delivrance released this 26 Jun 19:24
· 24 commits to master since this release
e5ef22a

Notable Changes

  • Added a new AES mode: AES256-CBC, used for encrypted passport credentials.
  • Implemented input validation checks (addressed issue #6).
  • Added lots of tests for each mode: using public known vectors as well as random ones.
  • Released the GIL when calling expensive functions that don't deal with Python objects (contributed by @YoilyL in #8).
  • Wheels are now automatically built and tested using Travis CI (Linux, macOS) and AppVeyor (Windows), for both 32-bit and 64-bit architectures.
  • Updated usage examples.