func crypto/ed25519/internal/edwards25519.FeIsNegative
4 uses
crypto/ed25519/internal/edwards25519 (current package)
edwards25519.go#L221: func FeIsNegative(f *FieldElement) byte {
edwards25519.go#L679: s[31] ^= FeIsNegative(&x) << 7
edwards25519.go#L715: s[31] ^= FeIsNegative(&x) << 7
edwards25519.go#L756: if FeIsNegative(&p.X) != (s[31] >> 7) {
![]() |
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. |