ripemd
gdkrmr opened this issue · 7 comments
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.
This is great! We should definitely create a CryptographicHashes.jl
or something that ties all the julia-native algorithms together.
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 JuliaCrypto
organization.
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