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

8 uses

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

	crypto/elliptic/internal/nistec
		p224.go#L136: 	buf = append(buf, xx.Bytes()...)
		p224.go#L137: 	buf = append(buf, yy.Bytes()...)