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

8 uses

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

	crypto/elliptic/internal/nistec
		p521.go#L153: 	buf = append(buf, xx.Bytes()...)
		p521.go#L154: 	buf = append(buf, yy.Bytes()...)