crypto/internal/fips140/edwards25519.Scalar.SetBytesWithClamping (method)

3 uses

	crypto/internal/fips140/edwards25519 (current package)
		scalar.go#L204: func (s *Scalar) SetBytesWithClamping(x []byte) (*Scalar, error) {

	crypto/internal/fips140/ed25519
		ed25519.go#L103: 	s, err := priv.s.SetBytesWithClamping(h[:32])
		ed25519.go#L130: 	if _, err := priv.s.SetBytesWithClamping(h[:32]); err != nil {