Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Scanning (0.05 sec)

  1. lib/fips140/v1.0.0.zip

    bytes long, ScalarMult returns an error // and the receiver is unchanged. func (p *P256Point) ScalarMult(q *P256Point, scalar []byte) (*P256Point, error) { s, err := new(p256OrdElement).SetBytes(scalar) if err != nil { return nil, err } // Start scanning the window from the most significant bits. We move by // 5 bits at a time and need to finish at -1, so -1 + 5 * 51 = 254. index := 254 sel, sign := boothW5(s.Rsh(index)) // sign is always zero because the boothW5 input here is at // most two bits...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    A yearly support period provides the cushion end-users appear to desire, and is more in harmony with familiar annual planning cycles.
    
    ## Known Issues
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top