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

11 uses

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

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