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

Implement the ChaCha20-Poly1305 cipher #4

Open
HLRichardson-Git opened this issue Dec 14, 2023 · 0 comments
Open

Implement the ChaCha20-Poly1305 cipher #4

HLRichardson-Git opened this issue Dec 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@HLRichardson-Git
Copy link
Owner

This will need further research as it is not actually a FIPS certified cipher, but I agree with many people when they say its good to have more than just one strong cipher encrypting everything.

Currently we are not worried about Gestalt being a FIPS compliant library as I am not smart enough to. But maybe I should open another issue for this, but it may be nice to have a way to flag ciphers like these as non-FIPS compliant. So if a user chooses FIPS compliant then they cannot use or even see theses ciphers.

@HLRichardson-Git HLRichardson-Git added the enhancement New feature or request label Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant