]> Sergey Matveev's repositories - godlighty.git/blobdiff - meta4/scheme.go
Streebog hash in .meta4 support
[godlighty.git] / meta4 / scheme.go
index 6bf403308185b0f2555ca3773a43d46058d2e5d2..681bf4a889f522c85f342a77ec35c60611ab44f4 100644 (file)
@@ -23,10 +23,12 @@ import (
 )
 
 const (
-       HashSHA256 = "sha-256"
-       HashSHA512 = "sha-512"
-       Ext        = ".meta4"
-       MaxSize    = 1 << 16
+       HashSHA256      = "sha-256"
+       HashSHA512      = "sha-512"
+       HashStreebog256 = "streebog-256"
+       HashStreebog512 = "streebog-512"
+       Ext             = ".meta4"
+       MaxSize         = 1 << 16
 )
 
 type Metalink struct {