crypto/elliptic/internal/nistec.P521Point.SetBytes (method)

3 uses

	crypto/elliptic/internal/nistec (current package)
		p521.go#L28: var p521G, _ = NewP521Point().SetBytes([]byte{0x04,
		p521.go#L80: func (p *P521Point) SetBytes(b []byte) (*P521Point, error) {

	crypto/elliptic
		p521.go#L80: 	p, err := nistec.NewP521Point().SetBytes(Marshal(P521(), x, y))