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

3 uses

	crypto/elliptic/internal/nistec (current package)
		p384.go#L19: var p384G, _ = NewP384Point().SetBytes([]byte{0x4,
		p384.go#L68: func (p *P384Point) SetBytes(b []byte) (*P384Point, error) {

	crypto/elliptic
		p384.go#L75: 	p, err := nistec.NewP384Point().SetBytes(Marshal(P384(), x, y))