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

Unified Diff: lib/crypto.dart

Issue 1350553004: Improve the style of tests. (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 | test/base64_test.dart » ('j') | test/hmac_sha1_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/crypto.dart
diff --git a/lib/crypto.dart b/lib/crypto.dart
index 86c787a064390ff538e2defa51a05b0857f21ce0..63b54e2812a7d6b8e4fd5aa671571a4394edbc32 100644
--- a/lib/crypto.dart
+++ b/lib/crypto.dart
@@ -8,6 +8,7 @@ export 'src/base64.dart';
export 'src/base64/decoder.dart';
export 'src/base64/encoder.dart';
export 'src/crypto_utils.dart';
+export 'src/hash.dart';
export 'src/hmac.dart';
export 'src/md5.dart';
export 'src/sha1.dart';
« no previous file with comments | « no previous file | test/base64_test.dart » ('j') | test/hmac_sha1_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698