mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-10 08:06:43 +00:00
Fix undefined behavior when reading 3des algo
This commit is contained in:
parent
6c1738ff34
commit
ff86b00315
@ -55,6 +55,7 @@ export default {
|
||||
* @returns {Object}
|
||||
*/
|
||||
tripledes: des.TripleDES,
|
||||
'3des': des.TripleDES,
|
||||
/**
|
||||
* CAST-128 Block Cipher (ID 3)
|
||||
* @function
|
||||
|
Loading…
x
Reference in New Issue
Block a user