Fix undefined behavior when reading 3des algo
This commit is contained in:
parent
6c1738ff34
commit
ff86b00315
|
@ -55,6 +55,7 @@ export default {
|
||||||
* @returns {Object}
|
* @returns {Object}
|
||||||
*/
|
*/
|
||||||
tripledes: des.TripleDES,
|
tripledes: des.TripleDES,
|
||||||
|
'3des': des.TripleDES,
|
||||||
/**
|
/**
|
||||||
* CAST-128 Block Cipher (ID 3)
|
* CAST-128 Block Cipher (ID 3)
|
||||||
* @function
|
* @function
|
||||||
|
|
Loading…
Reference in New Issue
Block a user