-
Notifications
You must be signed in to change notification settings - Fork 35
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
ripemd #54
Comments
This is great! We should definitely create a |
Just FYI, there is a new JuliaCrypto organization that we're starting to collect cryptography-related packages underneath. |
I'll be happy to add the package to the JuliaCrypto organization. I have never done this before, how does it work? |
You go into your project settings and click "transfer", to send it to the |
Transferring it to JuliaCrypto gives an error: You don’t have the permission to create public repositories on JuliaCrypto |
I have invited you to the organization |
I haven't received any invite. EDIT: I can see it now :-) sorry |
FYI: I made a pure Julia Ripemd implementation, in case you are interested. I stuck to the
update!
,digest!
interface to keep things consistent. I is currently only Ripemd160, but should be easily extensible.For short objects it is faster than Nettle and for long objects it takes < 1.5x the time of Nettle.
https://github.com/gdkrmr/Ripemd.jl
The text was updated successfully, but these errors were encountered: