]> Sergey Matveev's repositories - meta4ra.git/blobdiff - common.go
SHAKE it
[meta4ra.git] / common.go
index 3eed481d5392f092aeb56a43187ec90bbe0afb1d..f8d8a45fe31238a397bcc65c41737c3552193397 100644 (file)
--- a/common.go
+++ b/common.go
@@ -30,6 +30,8 @@ const (
        HashSHA512      = "sha-512"
        HashStreebog256 = "streebog-256"
        HashStreebog512 = "streebog-512"
+       HashSHAKE128    = "shake128"
+       HashSHAKE256    = "shake256"
 )
 
 type Metalink struct {