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

11 uses

	crypto/internal/nistec/fiat (current package)
		p224.go#L35: 	eBytes := e.Bytes()
		p224.go#L36: 	tBytes := t.Bytes()
		p224.go#L43: 	eBytes := e.Bytes()
		p224.go#L54: func (e *P224Element) Bytes() []byte {
		p224.go#L80: 		new(P224Element), new(P224Element).One()).Bytes()

	crypto/internal/nistec
		p224.go#L97: 		cond := y.Bytes()[p224ElementLength-1]&1 ^ b[0]&1
		p224.go#L162: 	buf = append(buf, x.Bytes()...)
		p224.go#L163: 	buf = append(buf, y.Bytes()...)
		p224.go#L184: 	return append(out[:0], x.Bytes()...), nil
		p224.go#L209: 	buf[0] |= y.Bytes()[p224ElementLength-1] & 1
		p224.go#L210: 	buf = append(buf, x.Bytes()...)