Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 71 - 72 of 72 for ten (0.06 seconds)

  1. lib/fips140/v1.26.0.zip

    |= uint64(compress(f[i+3], 10)) << 30 b[0] = uint8(x) b[1] = uint8(x >> 8) b[2] = uint8(x >> 16) b[3] = uint8(x >> 24) b[4] = uint8(x >> 32) b = b[5:] } return s } // ringDecodeAndDecompr decodes a 320-byte encoding of a ring element where // each ten bits are mapped to an equidistant distribution. // // It implements ByteDecode₁₀, according to FIPS 203, Algorithm 6, // followed by Decompress₁₀, according to FIPS 203, Definition 4.8. func ringDecodeAndDecompr(bb *[encodingSize10]byte) ringElement...
    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)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    |= uint64(compress(f[i+3], 10)) << 30 b[0] = uint8(x) b[1] = uint8(x >> 8) b[2] = uint8(x >> 16) b[3] = uint8(x >> 24) b[4] = uint8(x >> 32) b = b[5:] } return s } // ringDecodeAndDecompr decodes a 320-byte encoding of a ring element where // each ten bits are mapped to an equidistant distribution. // // It implements ByteDecode₁₀, according to FIPS 203, Algorithm 6, // followed by Decompress₁₀, according to FIPS 203, Definition 4.8. func ringDecodeAndDecompr(bb *[encodingSize10]byte) ringElement...
    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)
Back to Top