crypto/internal/fips140/edwards25519.Point.SetBytes (method)

4 uses

	crypto/internal/fips140/edwards25519 (current package)
		edwards25519.go#L67: var identity, _ = new(Point).SetBytes([]byte{
		edwards25519.go#L78: var generator, _ = new(Point).SetBytes([]byte{
		edwards25519.go#L145: func (v *Point) SetBytes(x []byte) (*Point, error) {

	crypto/internal/fips140/ed25519
		ed25519.go#L159: 	if _, err := pub.a.SetBytes(pubBytes); err != nil {