JSON-SIMD-1.04
JSON serialising/deserialising, done correctly and faster
Changes for 1.04
- fix floating point precision issues with -Duselongdouble and -Dusequadmath
- fix intermittent garbage in floating point numbers from encode with -Dusequadmath (fix taken from Cpanel::JSON::XS ad072b4)
- fix build issue with "invalid register for .seh_savexmm"
- drop common::sense as a direct dependency (it's still used via Types::Serialiser, though)
- fix repository and issue tracker for CPAN (thanks to Gabor Szabo)
Crypt-HSM-0.008
A PKCS11 interface for Perl
Changes for 0.008 - 2023-04-20T17:13:35+02:00
- Deal with compilers insisting on naming unused arguments
Crypt-Passphrase-Argon2-0.008
An Argon2 encoder for Crypt::Passphrase
Changes for 0.008 - 2023-04-20T17:04:51+02:00
- Reorder recrypt_hash arguments
- Make recrypt_hash return $input as fallback
- Allow verification of unencrypted hashes in Crypt::Passphrase::Argon2::Encrypted