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

Unified Diff: packages/crypto/README.md

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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 | « packages/crypto/LICENSE ('k') | packages/crypto/analysis_options.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/crypto/README.md
diff --git a/packages/crypto/README.md b/packages/crypto/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..5f8fad812f8aafe60d752cad1ea3c86d60252c21
--- /dev/null
+++ b/packages/crypto/README.md
@@ -0,0 +1,33 @@
+# Library of cryptographic functions for Dart
+
+A set of cryptographic functions implemented in pure Dart.
+
+* MD5
+* SHA1
+* SHA265
+* HMAC
+* Converting a list of bytes into a hex string
+* Converting a list of bytes into a base64-encoded string.
+* Converting a Base 64 encoded String into list of bytes.
+
+## Test status
+
+See http://build.chromium.org/p/client.dart.packages/console
+
+The individual builders are at:
+
+http://build.chromium.org/p/client.dart.packages/builders/packages-windows-crypto
+http://build.chromium.org/p/client.dart.packages/builders/packages-linux-crypto
+http://build.chromium.org/p/client.dart.packages/builders/packages-mac-crypto
+
+## Disclaimer
+
+Support for this library is given as _best effort_.
+
+This library has not been reviewed or vetted by security professionals.
+
+## Features and bugs
+
+Please file feature requests and bugs at the [issue tracker][tracker].
+
+[tracker]: https://github.com/dart-lang/crypto/issues
« no previous file with comments | « packages/crypto/LICENSE ('k') | packages/crypto/analysis_options.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698