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

Add missing block ciphers/hashes #8

Open
anatol opened this issue Oct 4, 2022 · 0 comments
Open

Add missing block ciphers/hashes #8

anatol opened this issue Oct 4, 2022 · 0 comments

Comments

@anatol
Copy link
Owner

anatol commented Oct 4, 2022

cryptsetup supports several less-known hashes/block ciphers, e.g. serpent, sm3. Review the list of supported algorithms and add it to luks.go

One thing to keep in mind here is that those additional algorithms are not supported by standard golang crypto library. Thus we have to use third-party ones.

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

1 participant