crypto/elliptic/internal/fiat.P224Element.SetBytes (method)
4 uses
crypto/elliptic/internal/fiat (current package)
p224.go#L79: func (e *P224Element) SetBytes(v []byte) (*P224Element, error) {
crypto/elliptic/internal/nistec
p224.go#L13: var p224B, _ = new(fiat.P224Element).SetBytes([]byte{0xb4, 0x05, 0x0a, 0x85,
p224.go#L71: x, err := new(fiat.P224Element).SetBytes(b[1 : 1+p224ElementLength])
p224.go#L75: y, err := new(fiat.P224Element).SetBytes(b[1+p224ElementLength:])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)