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

ripemd #54

Closed
gdkrmr opened this issue Feb 11, 2018 · 7 comments
Closed

ripemd #54

gdkrmr opened this issue Feb 11, 2018 · 7 comments

Comments

@gdkrmr
Copy link
Contributor

gdkrmr commented Feb 11, 2018

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

@staticfloat
Copy link
Member

This is great! We should definitely create a CryptographicHashes.jl or something that ties all the julia-native algorithms together.

@staticfloat
Copy link
Member

Just FYI, there is a new JuliaCrypto organization that we're starting to collect cryptography-related packages underneath.

@gdkrmr
Copy link
Contributor Author

gdkrmr commented Apr 16, 2020

I'll be happy to add the package to the JuliaCrypto organization. I have never done this before, how does it work?

@staticfloat
Copy link
Member

You go into your project settings and click "transfer", to send it to the JuliaCrypto organization.

@gdkrmr
Copy link
Contributor Author

gdkrmr commented Apr 16, 2020

Transferring it to JuliaCrypto gives an error:

You don’t have the permission to create public repositories on JuliaCrypto

@staticfloat
Copy link
Member

I have invited you to the organization

@gdkrmr
Copy link
Contributor Author

gdkrmr commented Apr 16, 2020

I haven't received any invite.

EDIT: I can see it now :-) sorry

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

2 participants