Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 81 (0.05 sec)

  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
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (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)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0.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...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top