- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for bytecode (0.84 sec)
-
RELEASE.md
*...
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
lib/fips140/v1.0.0.zip
according to FIPS 203, Definition 4.7, // followed by ByteEncode₁, according to FIPS 203, Algorithm 5. func ringCompressAndEncod(s []byte, f ringElement) []byte { s, b := sliceForAppend(s, encodingSize1) for i := range b { b[i] = 0 } for i := range f { b[i/8] |= uint8(compress(f[i], 1) << (i % 8)) } return s } // ringDecodeAndDecompr decodes a 32-byte slice to a ring element where each // bit is mapped to 0 or ⌈q/2⌋. // // It implements ByteDecode₁, according to FIPS 203, Algorithm 6, // followed by...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)