- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for BytesCompressed (0.16 seconds)
-
lib/fips140/v1.26.0.zip
infinity") } zinv := new({{.Element}}).Invert(p.z) x := new({{.Element}}).Mul(p.x, zinv) return append(out[:0], x.Bytes()...), nil } // BytesCompressed returns the compressed or infinity encoding of p, as // specified in SEC 1, Version 2.0, Section 2.3.3. Note that the encoding of the // point at infinity is shorter than all other encodings. func (p *{{.P}}Point) BytesCompressed() []byte { // This function is outlined to make the allocations inline in the caller // rather than happen on the heap. var out...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
infinity") } zinv := new({{.Element}}).Invert(p.z) x := new({{.Element}}).Mul(p.x, zinv) return append(out[:0], x.Bytes()...), nil } // BytesCompressed returns the compressed or infinity encoding of p, as // specified in SEC 1, Version 2.0, Section 2.3.3. Note that the encoding of the // point at infinity is shorter than all other encodings. func (p *{{.P}}Point) BytesCompressed() []byte { // This function is outlined to make the allocations inline in the caller // rather than happen on the heap. var out...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0)