Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 12 of 12 for 76543210 (0.08 seconds)

  1. CHANGELOG/CHANGELOG-1.6.md

    * Collect logs for dead kubelets too ([#37671](https://github.com/kubernetes/kubernetes/pull/37671), [@mtaufen](https://github.com/mtaufen))
    
    ## Changes to Addons
    
    ### Dashboard
    * Update dashboard version to v1.6.0 ([#43210](https://github.com/kubernetes/kubernetes/pull/43210), [@floreks](https://github.com/floreks))
    
    ### DNS
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Click Count (0)
  2. lib/fips140/v1.26.0.zip

    const barrettShift = 16 // log₂(2¹⁶) quotient := (uint32(b) * barrettMultiplier) >> barrettShift remainder := uint32(b) - quotient*5 return fieldSubToMontgomery(2, remainder), true case 4: // Return z = 4 − b, which maps from // // b = ( 8, 7, 6, 5, 4, 3, 2, 1, 0 ) // // to // // z = ( −4, -3, -2, -1, 0, 1, 2, 3, 4 ) // if b > 8 { return 0, false } return fieldSubToMontgomery(4, uint32(b)), true default: panic("internal error: unsupported η") } } // power2Round implements Power2Round from FIPS 204....
    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)
Back to Top