Commit Graph

9 Commits

Author SHA1 Message Date
kathyw@google.com 954ae820f4 add one-line description for crypto library
R=mcampione@google.com

Review URL: https://codereview.chromium.org//23383007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26475 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 21:32:14 +00:00
sgjesse@google.com 58293681e5 Move the crypto tests into the pkg directory
R=floitsch@google.com
BUG=

Review URL: https://codereview.chromium.org//16627002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23805 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-10 12:07:24 +00:00
mdakin@google.com 4008bb5846 .
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23741 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-07 11:29:29 +00:00
mdakin@google.com 3c17374f8f Forgot one file..
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23740 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-07 11:29:24 +00:00
mdakin@google.com c84ddf4480 .
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23739 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-07 11:29:18 +00:00
mdakin@google.com d28ccdc143 Remove ignoreIllegalInput parameter from decoder.
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23738 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-07 11:29:13 +00:00
sgjesse@google.com 41388db291 Remove the crypto factories
This should also remove the dartc errors.

TBR=floitsch@google.com
BUG=

Review URL: https://codereview.chromium.org//16624003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23728 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-07 07:29:14 +00:00
sgjesse@google.com 4970666df2 Get the api docs generated for the crypto package
Then library name of dart.crypto caused the api docs to not be generated.

Removed some abstract modifiers and class HashException

R=floitsch@google.com
BUG=

Review URL: https://codereview.chromium.org//16410007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23693 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-06 16:13:52 +00:00
sgjesse@google.com bb6d8c6d20 Remove library dart:crypto
Moved the contnet of dart:crypto to the package pkg/crypto.

R=dgrove@google.com, floitsch@google.com, iposva@google.com, nweiz@google.com
BUG=

Review URL: https://codereview.chromium.org//15820008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23322 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-29 07:29:29 +00:00