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()...)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |