You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: