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

Side by Side Diff: mojo/public/dart/third_party/crypto/README.md

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.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 unified diff | Download patch
OLDNEW
(Empty)
1 # Library of cryptographic functions for Dart
2
3 A set of cryptographic functions implemented in pure Dart.
4
5 * MD5
6 * SHA1
7 * SHA265
8 * Converting a list of bytes into a hex string
9 * Converting a list of bytes into a base64-encoded string.
10 * Converting a Base 64 encoded String into list of bytes.
11
12 ## Disclaimer
13
14 Support for this library is given as _best effort_.
15
16 This library has not been reviewed or vetted by security professionals.
17
18 ## Features and bugs
19
20 Please file feature requests and bugs at the [issue tracker][tracker].
21
22 [tracker]: https://github.com/dart-lang/crypto/issues
OLDNEW
« no previous file with comments | « mojo/public/dart/third_party/crypto/LICENSE ('k') | mojo/public/dart/third_party/crypto/codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698