X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=blobdiff_plain;f=www.texi;h=07d4a624dbacb3cc99910b491a0725aafa9246d1;hp=d356ff9e0bd25f8f5b14e01da601711ef49c3c73;hb=ba463d8af0cdec8b8c4747969e19c155dfa61008;hpb=af51e5a0dce5eaf048f24d4dd427203eefb05263 diff --git a/www.texi b/www.texi index d356ff9..07d4a62 100644 --- a/www.texi +++ b/www.texi @@ -73,7 +73,7 @@ func main() { hasher := gost34112012256.New() _, err := hasher.Write(data) dgst := hasher.Sum(nil) - curve := gost3410.CurveIdtc26gost34102012256paramSetB() + curve := gost3410.CurveIdtc26gost341012256paramSetB() prvRaw := make([]byte, 32) _, err = io.ReadFull(rand.Reader, prvRaw) prv, err := gost3410.NewPrivateKey(curve, prvRaw)