mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
Update bn256.go
This commit is contained in:
parent
94ecd1db22
commit
14f9443e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
//
|
//
|
||||||
// This package specifically implements the Optimal Ate pairing over a 256-bit
|
// This package specifically implements the Optimal Ate pairing over a 256-bit
|
||||||
// Barreto-Naehrig curve as described in
|
// Barreto-Naehrig curve as described in
|
||||||
// http://cryptojedi.org/papers/dclxvi-20100714.pdf. Its output is not
|
// <https://cryptojedi.org/papers/dclxvi-20100714.pdf> Its output is not
|
||||||
// compatible with the implementation described in that paper, as different
|
// compatible with the implementation described in that paper, as different
|
||||||
// parameters are chosen.
|
// parameters are chosen.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue