Files
openpgpjs/test
larabr 870e383a38 Add config.maxArgon2MemoryExponent for argon2 memory limit
This limit is applied both on encryption (if `config.s2kType` is set to `enums.s2k.argon2`)
and decryption.
If the input memory exponent exceeds this value, the library will not attempt the argon2 key
derivation and instead directly throw an `Argon2OutOfMemoryError` error.
2025-12-09 15:08:08 +01:00
..
2025-11-13 14:53:20 +01:00
2025-10-17 16:41:01 +02:00