Update bn256.go

This commit is contained in:
Alvarez 2025-08-21 17:35:13 +02:00 committed by GitHub
parent 94ecd1db22
commit 14f9443e0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
// //