Revision history for Crypt-Passphrase-Argon2
0.010     2025-01-18 03:29:31+01:00 Europe/Brussels
          - Eliminate $to argument to recode_hash
          - Tolerate decrypt failures in recode_hash
0.009     2023-05-04 15:24:08+02:00 Europe/Amsterdam
          - Increase default output size to 32
          - Make cipher part of peppered crypt identifiers
          - Rename recrypt_hash to recode_hash
0.008     2023-04-20 17:04:51+02:00 Europe/Amsterdam
          - Reorder recrypt_hash arguments
          - Make recrypt_hash return $input as fallback
          - Allow verification of unencrypted hashes in
            Crypt::Passphrase::Argon2::Encrypted
0.007     2023-04-07 16:30:06+02:00 Europe/Amsterdam
          - Add Crypt::Passphrase::Argon2::Encrypted
          - Move more implementation details down into Crypt::Argon2
0.006     2023-03-23 17:39:51+01:00 Europe/Amsterdam
          - Fix compilation issue on perl 5.20 and below
0.005     2023-03-20 14:32:03+01:00 Europe/Amsterdam
          - Use new argon2_verify function
          - Make exceptions skip Crypt::Passphrase
0.004     2023-02-10 23:04:34+01:00 Europe/Amsterdam
          - Add profile argument to constructor
0.003     2021-06-10 21:37:41+02:00 Europe/Amsterdam
          - Improved documentation.
0.002     2021-03-08 18:39:54+01:00 Europe/Amsterdam
          - Explicitly require Crypt::Argon2 0.009
0.001     2021-03-07 23:15:28+01:00 Europe/Amsterdam
          Initial release to an unsuspecting world