]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost341194/pbkdf2_test.go
Raised copyright years
[gogost.git] / gost341194 / pbkdf2_test.go
index 20c5c13926af657112910906bfa9bd3aa34e3350..122d664707dffa9c5991332c83b876a1e53c44d7 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2019 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2022 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
@@ -20,7 +20,7 @@ import (
        "hash"
        "testing"
 
-       "go.cypherpunks.ru/gogost/v4/gost28147"
+       "go.cypherpunks.ru/gogost/v5/gost28147"
        "golang.org/x/crypto/pbkdf2"
 )