Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for unexpectedely (0.83 sec)

  1. lib/fips140/v1.0.0.zip

    fail. Look but DO NOT TOUCH. if excess := len(b)*8 - c.N.BitLen(); excess > 0 { // Just to be safe, assert that this only happens for the one curve that // doesn't have a round number of bits. if c.curve != p521 { panic("ecdsa: internal error: unexpectedly masking off bits") } b = rightShift(b, excess) } // FIPS 186-5, Appendix A.4.2 makes us check x <= N - 2 and then return // x + 1. Note that it follows that 0 < x + 1 < N. Instead, SetBytes // checks that k < N, and we explicitly check 0 != k....
    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