↓ 57 callersFunctionFeMulFeMul calculates h = f * g Can overlap h with f or g. Preconditions: |f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc. |g| bounded by 1.1*2^26,
crypto/ed25519/internal/edwards25519/edwards25519.go:375
↓ 49 callersFunctionFeSquareFeSquare calculates h = f*f. Can overlap h with f. Preconditions: |f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc. Postconditions: |h| bounde
crypto/ed25519/internal/edwards25519/edwards25519.go:474