how to understand the precomputes of Miller Loop in noble-bls12-381? #74
Unanswered
xichan-ms
asked this question in
Q&A(提问题在隔壁~)
Replies: 1 comment
|
also open issue in noble-bls12-381 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Miller Loop is a basic but important algorithm to calculate pairing.
noble-bls12-381 is a clean and independent implementation of bls12-381 pairing without library dependency.
I know the original Miller Loop algorithm, but in above implementation, there exist a tricky pairingPrecomputes, is there any material or description about this pre-computing? thanks a lot
https://github.com/paulmillr/noble-bls12-381/blob/main/index.ts#L395
All reactions