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…
Reference in New Issue
Block a user