crypto/elliptic/internal/fiat.P384Element.SetBytes (method)
4 uses
crypto/elliptic/internal/fiat (current package)
p384.go#L79: func (e *P384Element) SetBytes(v []byte) (*P384Element, error) {
crypto/elliptic/internal/nistec
p384.go#L13: var p384B, _ = new(fiat.P384Element).SetBytes([]byte{
p384.go#L76: x, err := new(fiat.P384Element).SetBytes(b[1 : 1+p384ElementLength])
p384.go#L80: y, err := new(fiat.P384Element).SetBytes(b[1+p384ElementLength:])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)