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

Unified Diff: lib/src/hash_sink.dart

Issue 1359993003: Fix invocations of the MD5 constructors. (Closed) Base URL: git@github.com:dart-lang/crypto.git@master
Patch Set: Created 5 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 | « no previous file | lib/src/md5.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/hash_sink.dart
diff --git a/lib/src/hash_sink.dart b/lib/src/hash_sink.dart
index c5986e528b86db170af53c33593cc5eb0dc213ab..84cdff85620108df52c078fd333d2459e442b7c0 100644
--- a/lib/src/hash_sink.dart
+++ b/lib/src/hash_sink.dart
@@ -9,7 +9,6 @@ import 'dart:typed_data';
import 'package:typed_data/typed_data.dart';
import 'digest.dart';
-import 'hash.dart';
import 'utils.dart';
/// A base class for [Sink] implementations for hash algorithms.
« no previous file with comments | « no previous file | lib/src/md5.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698