]> Sergey Matveev's repositories - godlighty.git/blobdiff - meta4/scheme.go
Update dependencies
[godlighty.git] / meta4 / scheme.go
index 6bf403308185b0f2555ca3773a43d46058d2e5d2..cccaa26f261ccdecf4a756ac5ca722fb073e926c 100644 (file)
@@ -23,10 +23,8 @@ import (
 )
 
 const (
-       HashSHA256 = "sha-256"
-       HashSHA512 = "sha-512"
-       Ext        = ".meta4"
-       MaxSize    = 1 << 16
+       Ext     = ".meta4"
+       MaxSize = 1 << 16
 )
 
 type Metalink struct {