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

3 uses

	crypto/elliptic/internal/nistec (current package)
		p224.go#L17: var p224G, _ = NewP224Point().SetBytes([]byte{0x04,
		p224.go#L63: func (p *P224Point) SetBytes(b []byte) (*P224Point, error) {

	crypto/elliptic
		p224.go#L70: 	p, err := nistec.NewP224Point().SetBytes(Marshal(P224(), x, y))