func quickCheckConfig(slowScale int) *quick.Config { … }
var scOneBytes …
var (
scOne …
_ …
)
var (
scMinusOne …
_ …
)
func (Scalar) Generate(rand *mathrand.Rand, size int) reflect.Value { … }
func TestScalarGenerate(t *testing.T) { … }
func TestScalarSetCanonicalBytes(t *testing.T) { … }
func TestScalarSetUniformBytes(t *testing.T) { … }
func TestScalarSetBytesWithClamping(t *testing.T) { … }
func bigIntFromLittleEndianBytes(b []byte) *big.Int { … }
func TestScalarMultiplyDistributesOverAdd(t *testing.T) { … }
func TestScalarAddLikeSubNeg(t *testing.T) { … }
func TestScalarNonAdjacentForm(t *testing.T) { … }
type notZeroScalar …
func (notZeroScalar) Generate(rand *mathrand.Rand, size int) reflect.Value { … }
func TestScalarEqual(t *testing.T) { … }