]> Cypherpunks.ru repositories - balloon.git/blobdiff - cmd/balloon/main.go
Compatible results with other implementations
[balloon.git] / cmd / balloon / main.go
index 948f4bfe49c1c73e95a255b55d56c5391bd15654..d1a53146314834cf21829273c39e491ff835652d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 balloon -- Balloon password hashing function
-Copyright (C) 2016-2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2016-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 Lesser General Public License as
@@ -28,7 +28,7 @@ import (
        "io"
        "os"
 
-       "go.cypherpunks.ru/balloon"
+       "go.cypherpunks.ru/balloon/v2"
 )
 
 func main() {