Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Issue 1349293002: Don't assume 32-bit message bit lengths. (Closed)

Created:
5 years, 3 months ago by rmacnak
Modified:
5 years, 3 months ago
Reviewers:
sethladd, Ivan Posva
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/crypto.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M lib/src/hash_base.dart View 1 1 chunk +7 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
rmacnak
5 years, 3 months ago (2015-09-17 19:39:13 UTC) #2
Ivan Posva
LGTM -Ivan https://codereview.chromium.org/1349293002/diff/1/lib/src/hash_base.dart File lib/src/hash_base.dart (right): https://codereview.chromium.org/1349293002/diff/1/lib/src/hash_base.dart#newcode128 lib/src/hash_base.dart:128: if (lengthInBits >= math.pow(2, 64)) { Make ...
5 years, 3 months ago (2015-09-17 19:48:11 UTC) #3
rmacnak
https://codereview.chromium.org/1349293002/diff/1/lib/src/hash_base.dart File lib/src/hash_base.dart (right): https://codereview.chromium.org/1349293002/diff/1/lib/src/hash_base.dart#newcode128 lib/src/hash_base.dart:128: if (lengthInBits >= math.pow(2, 64)) { On 2015/09/17 19:48:11, ...
5 years, 3 months ago (2015-09-17 20:10:57 UTC) #4
rmacnak
Committed patchset #2 (id:20001) manually as 113e82096fc0cc5a3c190607cfe88184a36d0ffb (presubmit successful).
5 years, 3 months ago (2015-09-17 20:12:13 UTC) #5
nweiz
DBC Please add a test for this.
5 years, 3 months ago (2015-09-17 20:29:06 UTC) #6
sethladd
5 years, 3 months ago (2015-09-17 20:33:01 UTC) #7
Message was sent while issue was closed.
On it.

Powered by Google App Engine
This is Rietveld 408576698