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

Rust CryptoPAn implementation #14

Closed
mikemcdermottredjack opened this issue Oct 20, 2022 · 2 comments
Closed

Rust CryptoPAn implementation #14

mikemcdermottredjack opened this issue Oct 20, 2022 · 2 comments

Comments

@mikemcdermottredjack
Copy link

Sorry to add this issue here, if that is wrong, but I don't see a better place for it.

We have an implementation of the CryptoPAn algorithm (primarily used for IP address anonymization) (https://en.wikipedia.org/wiki/Crypto-PAn) in Rust that we'd like to contribute to RustCrypto. There are no other Rust implementations of this algorithm that I could find (implementations exist for C++, GO, and Python).

We have demonstrably working code for IPv4 addresses. I'm happy to submit a PR under whichever repo is most appropriate (a new one might need to be created?)

Thanks

@newpavlov
Copy link
Member

newpavlov commented Nov 3, 2022

Hm, I think we can start with the utils repository. It's not the best fit, but I don't have better ideas right now. Later we may move it somewhere else.

@tarcieri
Copy link
Member

This has an open PR at RustCrypto/formats#861

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

3 participants