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
Currently there has been issues (at least for DES and 3DES) to make the decryption in pure go of messages encrypted with libmcrypt4 (I guess it's just some config tweak).
Because of this I'm using C bindings to libmcrypt. It would be great to not depend on that anymore and switch to a pure Go implementation.
The text was updated successfully, but these errors were encountered:
Currently there has been issues (at least for DES and 3DES) to make the decryption in pure go of messages encrypted with libmcrypt4 (I guess it's just some config tweak).
Because of this I'm using C bindings to libmcrypt. It would be great to not depend on that anymore and switch to a pure Go implementation.
The text was updated successfully, but these errors were encountered: