Update bn256.go

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

View file

@ -9,7 +9,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.
// //