]> Sergey Matveev's repositories - meta4ra.git/blobdiff - common.go
SHAKE it
[meta4ra.git] / common.go
index da28885c7b588e4138c9d9a81f2cf5cbc1fcb96e..f8d8a45fe31238a397bcc65c41737c3552193397 100644 (file)
--- a/common.go
+++ b/common.go
@@ -1,6 +1,6 @@
 /*
 meta4a -- Metalink 4.0 creator
-Copyright (C) 2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2021-2023 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -24,10 +24,14 @@ 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"
+       HashSHAKE128    = "shake128"
+       HashSHAKE256    = "shake256"
 )
 
 type Metalink struct {