Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for 81 (0.04 seconds)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const AF_VENDOR19 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR20 = 79
    pkg syscall (freebsd-arm64), const AF_VENDOR20 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR21 = 81
    pkg syscall (freebsd-arm64), const AF_VENDOR21 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR22 = 83
    pkg syscall (freebsd-arm64), const AF_VENDOR22 ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR23 = 85
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Click Count (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - github.com/opencontainers/selinux: [5215b18 → v1.5.2](https://github.com/opencontainers/selinux/compare/5215b18...v1.5.2)
    - github.com/pkg/errors: [v0.8.1 → v0.9.1](https://github.com/pkg/errors/compare/v0.8.1...v0.9.1)
    - github.com/prometheus/client_golang: [v1.0.0 → v1.7.1](https://github.com/prometheus/client_golang/compare/v1.0.0...v1.7.1)
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Click Count (0)
  3. lib/fips140/v1.1.0-rc1.zip

    H.Read(j) for j[0] > byte(i) { H.Read(j) } c[i] = c[j[0]] // c[j] = (−1) ^ h[i+τ−256], where h are the bits in s in little-endian. // That is, -1⁰ = 1 if the bit is 0, -1¹ = -1 if it is 1. bitIdx := i + p.τ - 256 bit := (s[bitIdx/8] >> (bitIdx % 8)) & 1 if bit == 0 { c[j[0]] = one } else { c[j[0]] = minusOne } } return c } // coeffFromHalfByte implements CoeffFromHalfByte from FIPS 204. // // It maps a value in [0, 15] to a coefficient in [−η, η] func coeffFromHalfByte(b byte, p parameters) (fieldElement,...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
  4. lib/fips140/v1.0.0-c2097c7c.zip

    implements ByteDecode₁, according to FIPS 203, Algorithm 6, // followed by Decompress₁, according to FIPS 203, Definition 4.8. func ringDecodeAndDecompr(b *[encodingSize1]byte) ringElement { var f ringElement for i := range f { b_i := b[i/8] >> (i % 8) & 1 const halfQ = (q + 1) / 2 // ⌈q/2⌋, rounded up per FIPS 203, Section 2.3 f[i] = fieldElement(b_i) * halfQ // 0 decompresses to 0, and 1 to ⌈q/2⌋ } return f } // ringCompressAndEncod appends a 128-byte encoding of a ring element to s, // compressing...
    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)
Back to Top