Closed ilitteri closed 9 months ago
Context: P256VERIFY.yul
P256VERIFY.yul
Description:
Using Shamir's trick, a sum of two scalar multiplications $u{1}\times G+u{2}\times Q_{A}$ can be calculated faster than two scalar multiplications done independently.
Recommendation:
Check this (page 27).
Resolved in #171
Context:
P256VERIFY.yul
Description:
Using Shamir's trick, a sum of two scalar multiplications $u{1}\times G+u{2}\times Q_{A}$ can be calculated faster than two scalar multiplications done independently.
Recommendation:
Check this (page 27).