Skip to content

0.4.3

Compare
Choose a tag to compare
@brycx brycx released this 08 Aug 21:19
· 1186 commits to master since this release
b642875

Changelog:

  • Updated dependency
  • Adopted faster HMAC key padding steps from rigel crate, avoiding allocation as before but without the Cow borrow
  • Memory and performance improvement to the PBKDF2 implementation by avoiding many useless allocations