]> Cypherpunks.ru repositories - gogost.git/blobdiff - README
Be up to date with dependencies
[gogost.git] / README
diff --git a/README b/README
index b51d993d9f94ceda0fb69bd2251b140ab62eb62e..35d27852d79c5a884e60b93e1592d374abf42376 100644 (file)
--- a/README
+++ b/README
@@ -45,7 +45,7 @@ Example 34.10-2012-256 keypair generation, signing and verifying:
         hasher := gost34112012256.New()
         _, err := hasher.Write(data)
         dgst := hasher.Sum(nil)
-        curve := gost3410.CurveIdtc26gost34102012256paramSetB()
+        curve := gost3410.CurveIdtc26gost341012256paramSetB()
         prvRaw := make([]byte, int(32))
         _, err = io.ReadFull(rand.Reader, prvRaw)
         prv, err := gost3410.NewPrivateKey(curve, prvRaw)
@@ -63,8 +63,8 @@ GoGOST'es home page is: http://www.gogost.cypherpunks.ru/
 You can read about GOST algorithms more: http://www.gost.cypherpunks.ru/
 
 Please send questions, bug reports and patches to
-https://lists.cypherpunks.ru/mailman/listinfo/gost
-mailing list. Announcements also go to this mailing list.
+http://lists.cypherpunks.ru/gost.html mailing list.
+Announcements also go to this mailing list.
 
 Development Git source code repository currently is located here:
 http://www.git.cypherpunks.ru/?p=gogost.git;a=summary