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
sha1/sha256/sha3/ripemd160 are implemented by the standard golang
library and we add its support to luks.go
Some other algos (whirlpool, stribog256, stribog512, sm3) are not implement
by the standard library and we skip it for now. But we probably add its
support in the future with help of third-party implementations.
Closes#3
This is a followup for this question anatol/booster#17 (comment)
Here is a list of supported hashes in the
cryptsetup
sources (file lib/crypto_backend/crypto_kernel.c):Add support for these hashes to luks.go
The text was updated successfully, but these errors were encountered: