The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.01_04

  • Rerelease with the TT processed .pmc

Changes for version 0.01_03

  • MAC based digests
  • MAC based tamper protected strings
  • stub for OCB based tamper protected strings

Changes for version 0.01_02

  • Make Digest::MultiHash more predictable, so that varying installs will generate the same hashes.
  • Use SHA-512 to hash passphrases into variable width keys
  • Refactor Digest::MoreFallbacks out of Crypt::Util
  • Introduce a SHA* dependency (Digest::SHA, Digest::SHA2, or Digest::SHA::PurePerl will satisfy it)
  • Doc improvements

Changes for version 0.01_01

  • Initial release

Modules

A lightweight Crypt/Digest convenience API
Provide additional fallbacks in Digest's MMAP table.
XOR based, variable width multiplexing of hashes (a generalized Digest::SV1).