- Sort Score
- Result 10 results
- Languages All
Results 381 - 381 of 381 for editable (0.06 sec)
-
lib/fips140/v1.0.0.zip
license that can be found in the LICENSE file. package gcm import ( "crypto/internal/fips140" "crypto/internal/fips140deps/byteorder" ) // gcmFieldElement represents a value in GF(2¹²⁸). In order to reflect the GCM // standard and make binary.BigEndian suitable for marshaling these values, the // bits are stored in big endian order. For example: // // the coefficient of x⁰ can be obtained by v.low >> 63. // the coefficient of x⁶³ can be obtained by v.low & 1. // the coefficient of x⁶⁴ can be obtained by...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)