]> Sergey Matveev's repositories - meta4ra.git/blobdiff - common.go
Use external utilities for hash calculation
[meta4ra.git] / common.go
index f8d8a45fe31238a397bcc65c41737c3552193397..0c56faf34736d4ae84ca446b1a52a88fd4ed36f3 100644 (file)
--- a/common.go
+++ b/common.go
@@ -24,14 +24,8 @@ import (
 )
 
 const (
-       Generator       = "meta4ra/0.2.0"
+       Generator       = "meta4ra/0.3.0"
        GPGSigMediaType = "application/pgp-signature"
-       HashSHA256      = "sha-256"
-       HashSHA512      = "sha-512"
-       HashStreebog256 = "streebog-256"
-       HashStreebog512 = "streebog-512"
-       HashSHAKE128    = "shake128"
-       HashSHAKE256    = "shake256"
 )
 
 type Metalink struct {