]> Sergey Matveev's repositories - meta4ra.git/blobdiff - common.go
GOST Streebog hash algorithms support
[meta4ra.git] / common.go
index 216092828d4e236c6e7eee078b223152a2699d6e..3eed481d5392f092aeb56a43187ec90bbe0afb1d 100644 (file)
--- a/common.go
+++ b/common.go
@@ -24,10 +24,12 @@ import (
 )
 
 const (
-       Generator       = "meta4ra/0.1.0"
+       Generator       = "meta4ra/0.2.0"
        GPGSigMediaType = "application/pgp-signature"
        HashSHA256      = "sha-256"
        HashSHA512      = "sha-512"
+       HashStreebog256 = "streebog-256"
+       HashStreebog512 = "streebog-512"
 )
 
 type Metalink struct {