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

3 uses

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

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