Home
last modified time | relevance | path

Searched defs:P521Point (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/
Dp521.go21 type P521Point struct { struct
24 x, y, z *fiat.P521Element
37 func (p *P521Point) SetGenerator() *P521Point {
45 func (p *P521Point) Set(q *P521Point) *P521Point {
56 func (p *P521Point) SetBytes(b []byte) (*P521Point, error) {
145 func (p *P521Point) Bytes() []byte {
152 func (p *P521Point) bytes(out *[1 + 2*p521ElementLength]byte) []byte {
169 func (p *P521Point) BytesX() ([]byte, error) {
176 func (p *P521Point) bytesX(out *[p521ElementLength]byte) ([]byte, error) {
190 func (p *P521Point) BytesCompressed() []byte {
[all …]