You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if len(key) != 24 {
return nil, KeySizeError(len(key))
}
so you'll need to handle any key-length-related error that the function returns.
We don't use the issue tracker for questions, so if you have further questions please see the Questions wiki page; it has a list of good places for asking them.
Closing, since this appears to be not-a-bug-report.
des.NewTripleDESCipher is 24 key length, who to handle 32 key length condition?
The text was updated successfully, but these errors were encountered: