Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 91 - 95 of 95 for 81 (0.06 seconds)

  1. CHANGELOG/CHANGELOG-1.16.md

    - github.com/libopenstorage/openstorage: [093a0c3 → v1.0.0](https://github.com/libopenstorage/openstorage/compare/093a0c3...v1.0.0)
    - github.com/magiconair/properties: [61b492c → v1.8.1](https://github.com/magiconair/properties/compare/61b492c...v1.8.1)
    - github.com/mailru/easyjson: [60711f1 → 94de47d](https://github.com/mailru/easyjson/compare/60711f1...94de47d)
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Oct 23 20:13:20 GMT 2024
    - 345.2K bytes
    - Click Count (0)
  2. CHANGELOG/CHANGELOG-1.17.md

    - github.com/onsi/gomega: v1.5.0 → v1.7.0
    - github.com/opencontainers/runc: 6cc5158 → v1.0.0-rc9
    - github.com/opencontainers/selinux: v1.2.2 → 5215b18
    - github.com/pkg/errors: v0.8.0 → v0.8.1
    - github.com/prometheus/client_golang: v0.9.2 → v1.0.0
    - github.com/prometheus/client_model: 5c3871d → fd36f42
    - github.com/prometheus/common: 4724e92 → v0.4.1
    - github.com/prometheus/procfs: 1dc9a6c → v0.0.2
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Click Count (1)
  3. CHANGELOG/CHANGELOG-1.7.md

    * Support generating Open API extensions for strategic merge patch tags in go struct tags ([#44121](https://github.com/kubernetes/kubernetes/pull/44121), [@mbohlool](https://github.com/mbohlool))
    * Use go1.8.1 for arm and ppc64le ([#44216](https://github.com/kubernetes/kubernetes/pull/44216), [@mkumatag](https://github.com/mkumatag))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 308.7K bytes
    - Click Count (1)
  4. lib/fips140/v1.26.0.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 Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  5. 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 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