crypto/elliptic/internal/fiat.P521Element.SetBytes (method)

4 uses

	crypto/elliptic/internal/fiat (current package)
		p521.go#L79: func (e *P521Element) SetBytes(v []byte) (*P521Element, error) {

	crypto/elliptic/internal/nistec
		p521.go#L20: var p521B, _ = new(fiat.P521Element).SetBytes([]byte{
		p521.go#L88: 		x, err := new(fiat.P521Element).SetBytes(b[1 : 1+p521ElementLength])
		p521.go#L92: 		y, err := new(fiat.P521Element).SetBytes(b[1+p521ElementLength:])