- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for decompose88 (0.07 sec)
-
lib/fips140/v1.1.0-rc1.zip
d) = (%d, %d), which reconstructs to %d, expected %d", x, r1, r0, reconstructed, x) } var gotR1 byte var gotR0 int32 switch p.γ2 { case 88: gotR1, gotR0 = decompose88(rr) if gotR1 > 43 { t.Fatalf("decompose88(%d) returned r1 = %d, which is out of range", x, gotR1) } case 32: gotR1, gotR0 = decompose32(rr) if gotR1 > 15 { t.Fatalf("decompose32(%d) returned r1 = %d, which is out of range", x, gotR1) } default: t.Fatalf("unsupported denγ2: %d", p.γ2) } if uint32(gotR1) != r1 { t.Fatalf("highBits(%d)...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
CHANGELOG.md
* Breaking: Rename `RecordedRequest.path` to `RecordedRequest.target`. (This property is _sometimes_ a path, but it can also be a path and query, or a full URL.) * Breaking: Decompose the `RecordedRequest.requestLine` into three properties, `method`, `target`, and `version`. This better suits HTTP/2 where the request line had to be synthesized from component headers.Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 05 16:02:59 UTC 2025 - 36.2K bytes - Viewed (2)