- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for p384InvertEndianness (0.14 seconds)
-
lib/fips140/v1.0.0-c2097c7c.zip
happen on the heap. var out [p384ElementLen]byte return e.bytes(&out) } func (e *P384Element) bytes(out *[p384ElementLen]byte) []byte { var tmp p384NonMontgomeryDom p384FromMontgomery(&tmp, &e.x) p384ToBytes(out, (*p384UntypedFieldElem)(&tmp)) p384InvertEndianness(out[:]) return out[:] } // SetBytes sets e = v, where v is a big-endian 48-byte encoding, and returns e. // If v is not 48 bytes or it encodes a value higher than 2^384 - 2^128 - 2^96 + 2^32 - 1, // SetBytes returns nil and an error, and e...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
happen on the heap. var out [p384ElementLen]byte return e.bytes(&out) } func (e *P384Element) bytes(out *[p384ElementLen]byte) []byte { var tmp p384NonMontgomeryDom p384FromMontgomery(&tmp, &e.x) p384ToBytes(out, (*p384UntypedFieldElem)(&tmp)) p384InvertEndianness(out[:]) return out[:] } // SetBytes sets e = v, where v is a big-endian 48-byte encoding, and returns e. // If v is not 48 bytes or it encodes a value higher than 2^384 - 2^128 - 2^96 + 2^32 - 1, // SetBytes returns nil and an error, and e...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)