Skip to content

Planting seeds v0.5.0

Compare
Choose a tag to compare
@purificant purificant released this 05 Aug 20:48
· 43 commits to main since this release

This release brings PASETO Version4 protocol implementation with Algorithm Lucidity. Version4 includes important features and changes from Version2 such as addition of implicit assertions and changes to hashing and salt use.

  • implement Version4 encrypt() / decrypt() and sign() / verify()
  • generate symmetric and asymmetric keys for use with Version4
  • benchmarks for hash function implementations, naturally Version4 uses a performant hash function primitive
  • deprecate use of Version2 class, all necessary primitives can be imported from version2 module directly, backwards compatibility layer is in place to allow existing code to run