Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for I32And (0.06 sec)

  1. src/crypto/sha512/sha512_test.go

    // Tests a problem that is outlined in GitHub issue #29541
    // The problem is triggered when an amount of data has been hashed for which
    // the data length has a 1 in the 32nd bit. When casted to int, this changes
    // the sign of the value, and causes the modulus operation to return a
    // different result.
    type unmarshalTest struct {
    	state string
    	sum   string
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
Back to top