Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 202 of 202 for populated (0.08 sec)

  1. CHANGELOG/CHANGELOG-1.16.md

    - Improves validation errors for custom resources ([#81212](https://github.com/kubernetes/kubernetes/pull/81212), [@liggitt](https://github.com/liggitt))
    - Populate object name for admission attributes when CREATE ([#53185](https://github.com/kubernetes/kubernetes/pull/53185), [@dixudx](https://github.com/dixudx))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.zip

    *P256Point, n uint8) { if n > 16 { panic("nistec: internal error: p256Table called with out-of-bounds value") } p.Set(NewP256Point()) for i := uint8(1); i <= 16; i++ { cond := subtle.ConstantTimeByteEq(i, n) p.Select(&table[i-1], p, cond) } } // Compute populates the table to the first 16 multiples of q. func (table *p256Table) Compute(q *P256Point) *p256Table { table[0].Set(q) for i := 1; i < 16; i += 2 { table[i].Double(&table[i/2]) if i+1 < 16 { table[i+1].Add(&table[i], q) } } return table } func boothW5(in...
    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