]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost341194/pbkdf2_test.go
Raise copyright years
[gogost.git] / gost341194 / pbkdf2_test.go
index 2f02d66cc28055761f0c69fbe9e02a3285f7c605..2ca6dc6ef49923804fc8de3ff1af27ca83d723fb 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2020 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2021 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"
 )