func crypto/ed25519/internal/edwards25519.ScReduce
4 uses
crypto/ed25519/internal/edwards25519 (current package)
edwards25519.go#L1457: func ScReduce(out *[32]byte, s *[64]byte) {
crypto/ed25519
ed25519.go#L179: edwards25519.ScReduce(&messageDigestReduced, &messageDigest)
ed25519.go#L192: edwards25519.ScReduce(&hramDigestReduced, &hramDigest)
ed25519.go#L229: edwards25519.ScReduce(&hReduced, &digest)
![]() |
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. |