Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get rid of the libmcrypt C bindings to rely only on pure Go #2

Open
aerostitch opened this issue Jan 9, 2017 · 0 comments
Open

get rid of the libmcrypt C bindings to rely only on pure Go #2

aerostitch opened this issue Jan 9, 2017 · 0 comments
Milestone

Comments

@aerostitch
Copy link

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.

@aerostitch aerostitch modified the milestone: 1.0.0 Jan 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant