Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for p256AffineTable (0.07 sec)

  1. lib/fips140/v1.1.0-rc1.zip

    set to an undefined value. func (table *p256AffineTable) Select(p *p256AffinePoint, n uint8) { if n > 32 { panic("nistec: internal error: p256AffineTable.Select called with out-of-bounds value") } for i := uint8(1); i <= 32; i++ { cond := constanttime.ByteEq(i, n) p.x.Select(&table[i-1].x, &p.x, cond) p.y.Select(&table[i-1].y, &p.y, cond) } } // p256GeneratorTables is a series of precomputed multiples of G, the canonical // generator. The first p256AffineTable contains multiples of G. The second one...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top