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

Unified Diff: lib/crypto.dart

Issue 1349373002: Improve the style of code in lib/. (Closed) Base URL: git@github.com:dart-lang/crypto.git@master
Patch Set: Code review changes 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/base64.dart » ('j') | no next file with comments »
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 e6ffa5548722daa2fea611de905e95ea41d54bd7..86c787a064390ff538e2defa51a05b0857f21ce0 100644
--- a/lib/crypto.dart
+++ b/lib/crypto.dart
@@ -5,6 +5,8 @@
library crypto;
export 'src/base64.dart';
+export 'src/base64/decoder.dart';
+export 'src/base64/encoder.dart';
export 'src/crypto_utils.dart';
export 'src/hmac.dart';
export 'src/md5.dart';
« no previous file with comments | « no previous file | lib/src/base64.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698