func crypto/elliptic.scalarIsZero
3 uses
crypto/elliptic (current package)
p256_asm.go#L239: r1IsInfinity := scalarIsZero(scalarReversed)
p256_asm.go#L243: r2IsInfinity := scalarIsZero(scalarReversed)
p256_asm.go#L309: func scalarIsZero(scalar []uint64) int {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |