Searched defs:bytesCompressed (Results 1 – 5 of 5) sorted by relevance
197 func (p *P224Point) bytesCompressed(out *[1 + p224ElementLength]byte) []byte { func
197 func (p *P384Point) bytesCompressed(out *[1 + p384ElementLength]byte) []byte { func
197 func (p *P521Point) bytesCompressed(out *[1 + p521ElementLength]byte) []byte { func
199 func (p *P256Point) bytesCompressed(out *[1 + p256ElementLength]byte) []byte { func
532 func (p *P256Point) bytesCompressed(out *[p256CompressedLength]byte) []byte { func