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

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

Issue 15820008: Remove library dart:crypto (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments Created 7 years, 7 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 | pkg/crypto/lib/src/crypto_utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/crypto/lib/crypto.dart
diff --git a/sdk/lib/crypto/crypto.dart b/pkg/crypto/lib/crypto.dart
similarity index 96%
rename from sdk/lib/crypto/crypto.dart
rename to pkg/crypto/lib/crypto.dart
index a34ce53616f32a35795d1734eac4126c97aa978c..1b764ae437dcb3a9afa1eee1d71cf843d75927a9 100644
--- a/sdk/lib/crypto/crypto.dart
+++ b/pkg/crypto/lib/crypto.dart
@@ -6,12 +6,12 @@ library dart.crypto;
import 'dart:math';
-part 'crypto_utils.dart';
-part 'hash_utils.dart';
-part 'hmac.dart';
-part 'md5.dart';
-part 'sha1.dart';
-part 'sha256.dart';
+part 'src/crypto_utils.dart';
+part 'src/hash_utils.dart';
+part 'src/hmac.dart';
+part 'src/md5.dart';
+part 'src/sha1.dart';
+part 'src/sha256.dart';
/**
* Interface for cryptographic hash functions.
« no previous file with comments | « no previous file | pkg/crypto/lib/src/crypto_utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698