Commit Graph

18 Commits

Author SHA1 Message Date
srdjan@google.com be705b5563 More perf. improvements on crypto. _wordToBytes return Uint8List, but addAll is not prepared to run optimzally with typed data so use more neutral List<int> as result.
TODO: adapt addAll for faster operations on typed data as well.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43309 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-29 19:11:05 +00:00
srdjan@google.com aba645fe65 Convert crypto libraries to use Uint32Lists.
R=iposva@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43161 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-26 23:09:52 +00:00
nweiz@google.com 1e72a8f408 Remove documentation links for repo packages.
pub.dartlang.org will now automatically link to dartdocs.org for
packages with no documentation link.

BUG= http://dartbug.com/20177, http://dartbug.com/20178, http://dartbug.com/20186
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38551 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-24 20:23:52 +00:00
kevmoo@google.com 6b6c901f5d pkg/crypto: move tests to unittest package
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32742 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-18 14:25:49 +00:00
kevmoo@google.com 97835dc3a6 pkg/unittest: added LICENSE
R=rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31750 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-13 18:07:45 +00:00
dgrove@google.com 18ca7d0036 Re-land r29957 (add versions and constraints for packages and samples), with
SDK constraints bumped from 1.0.0 to 0.8.10+6 .

R=ricow@google.com, sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29986 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 18:28:22 +00:00
ajohnsen@google.com 61f6c51990 Revert "add versions and constraints for packages and samples"
This is currently blocking us from testing samples.

BUG=
R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29960 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 09:09:18 +00:00
jmesserly@google.com 02638c5760 add versions and constraints for packages and samples
- all packages at 0.9.0, except "analyzer" which had a version already
- dependencies at ">=0.9.0 <0.10.0" except analyzer is ">=0.10.0 <0.11.0"
- sdk constraint ">=1.0.0 <2.0.0"

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29957 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 03:27:58 +00:00
kevmoo@j832.com 6ce3bd47f7 pkg/crypto: tighten up
Added return types, marked fields as final

R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27606 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-18 11:09:07 +00:00
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