| Index: mojo/public/dart/third_party/crypto/README.md
|
| diff --git a/mojo/public/dart/third_party/crypto/README.md b/mojo/public/dart/third_party/crypto/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e12ded8b8c315ac939d4f85f45ca533ce37a4aed
|
| --- /dev/null
|
| +++ b/mojo/public/dart/third_party/crypto/README.md
|
| @@ -0,0 +1,22 @@
|
| +# Library of cryptographic functions for Dart
|
| +
|
| +A set of cryptographic functions implemented in pure Dart.
|
| +
|
| +* MD5
|
| +* SHA1
|
| +* SHA265
|
| +* 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.
|
| +
|
| +## 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
|
|
|