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

Unified Diff: pkg/crypto/lib/src/sha256.dart

Issue 23619068: pkg/crypto: tighten up (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/crypto/lib/src/hmac.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/crypto/lib/src/sha256.dart
diff --git a/pkg/crypto/lib/src/sha256.dart b/pkg/crypto/lib/src/sha256.dart
index f1c20e3261d22580b69f2db0b3c255bf11fa3686..b429b8f192e56b09b493042cfb87e62bc8271f99 100644
--- a/pkg/crypto/lib/src/sha256.dart
+++ b/pkg/crypto/lib/src/sha256.dart
@@ -103,5 +103,5 @@ class SHA256 extends _HashBase {
_h[7] = _add32(h, _h[7]);
}
- List<int> _w;
+ final List<int> _w;
}
« no previous file with comments | « pkg/crypto/lib/src/hmac.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698