crypto/elliptic/internal/fiat.P384Element.Bytes (method)

8 uses

	crypto/elliptic/internal/fiat (current package)
		p384.go#L35: 	eBytes := e.Bytes()
		p384.go#L36: 	tBytes := t.Bytes()
		p384.go#L40: var p384ZeroEncoding = new(P384Element).Bytes()
		p384.go#L44: 	eBytes := e.Bytes()
		p384.go#L55: func (e *P384Element) Bytes() []byte {
		p384.go#L74: 	new(P384Element), new(P384Element).One()).Bytes()

	crypto/elliptic/internal/nistec
		p384.go#L141: 	buf = append(buf, xx.Bytes()...)
		p384.go#L142: 	buf = append(buf, yy.Bytes()...)