1. 9809d9f Remove deprecated APIs. by Natalie Weizenbaum · 8 years ago
  2. 72c7471 Update deprecations. by Natalie Weizenbaum · 8 years ago 0.9.2
  3. 17bd07d Get rid of all the library tags. by Natalie Weizenbaum · 8 years ago
  4. 1c3c81e Merge pull request #28 from Pacane/patch-1 by Seth Ladd · 9 years ago
  5. 0afae7b added HMAC to the README by Joel Trottier-Hebert · 9 years ago
  6. d50eadc Use the new test runner on the bots. by Natalie Weizenbaum · 9 years ago
  7. 0599487 Make HMAC a Converter. by Natalie Weizenbaum · 9 years ago
  8. f940f8c Fix invocations of the MD5 constructors. by Natalie Weizenbaum · 9 years ago
  9. 9fe896f Change Hash subclasses to be Converters. by Natalie Weizenbaum · 9 years ago
  10. 3da0d20 Fix hmac_md5_test. by Natalie Weizenbaum · 9 years ago
  11. 200f2e6 Use a rich object to represent a message digest. by Ladislav Thon · 9 years ago
  12. 193d3dc Improve the style of tests. by Natalie Weizenbaum · 9 years ago
  13. ff5295a Improve the style of code in lib/. by Natalie Weizenbaum · 9 years ago
  14. 28dcddf mark two tests as slow by Seth Ladd · 9 years ago
  15. 85e581e Test large inputs for sha1 and sha256, also remove unused import. by Seth Ladd · 9 years ago
  16. c34372e Update documentation comments. by Natalie Weizenbaum · 9 years ago
  17. 660d2df Mention fix for large inputs by Seth Ladd · 9 years ago
  18. 113e820 Don't assume 32-bit message bit lengths. by Ryan Macnak · 9 years ago
  19. 8303b50 Fix the signature for CryptoUtils.bytesToBase64. by Natalie Weizenbaum · 9 years ago
  20. 96e1d48 a more generic example start an example by Seth Ladd · 9 years ago
  21. b77eba1 Stop using parts. by Natalie Weizenbaum · 9 years ago
  22. 308e8be Run the formatter over crypto. by Natalie Weizenbaum · 9 years ago
  23. 5aa4a84 Link to test status by Seth Ladd · 9 years ago
  24. faf99d8 bump for 0.9.1 release by Seth Ladd · 9 years ago 0.9.1
  25. 8aacc6c Add disclaimer to README by Seth Ladd · 9 years ago
  26. bfc116a Don't pass type parameters to Uint8List. by Natalie Weizenbaum · 9 years ago
  27. 7ba83a2 Make base64 decoding return a Uint8List. by Natalie Weizenbaum · 9 years ago
  28. dd0ff8b Simplify base64 streaming decoder, drop decoding check. by William Hesse · 9 years ago
  29. d4558de Add an option for percent-encoding of the padding character to Base64Codec by Alexander Ivanov · 9 years ago
  30. 3a2b312 Implement a Base64 codec by Alexander Ivanov · 9 years ago
  31. f476702 Upgrade tests to the new version of test package by Alexander Ivanov · 9 years ago
  32. 39edeb7 Update README.md by Seth Ladd · 9 years ago
  33. 2df57a1 Update .status for crypto package by Søren Gjesse · 9 years ago
  34. bbc380b Update project to match OSS template by Søren Gjesse · 9 years ago
  35. 01dfe55 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. by srdjan@google.com · 9 years ago
  36. 7db01ed Convert crypto libraries to use Uint32Lists. by srdjan@google.com · 9 years ago
  37. a6f7247 Remove documentation links for repo packages. by nweiz@google.com · 10 years ago
  38. 39d526d pkg/crypto: move tests to unittest package by kevmoo@google.com · 10 years ago
  39. 259ef99 pkg/unittest: added LICENSE by kevmoo@google.com · 10 years ago
  40. f5ee769 Re-land r29957 (add versions and constraints for packages and samples), with by dgrove@google.com · 11 years ago
  41. 1805cf9 Revert "add versions and constraints for packages and samples" by ajohnsen@google.com · 11 years ago
  42. 13740a1 add versions and constraints for packages and samples by jmesserly@google.com · 11 years ago
  43. 05d0918 pkg/crypto: tighten up by kevmoo@j832.com · 11 years ago
  44. 9a64eb9 add one-line description for crypto library by kathyw@google.com · 11 years ago
  45. e0ba98c Move the crypto tests into the pkg directory by sgjesse@google.com · 11 years ago
  46. b8c9584 . by mdakin@google.com · 11 years ago
  47. d1ee681 Forgot one file.. by mdakin@google.com · 11 years ago
  48. 52fc3c2 . by mdakin@google.com · 11 years ago
  49. 6d112fc Remove ignoreIllegalInput parameter from decoder. by mdakin@google.com · 11 years ago
  50. 3817680 Remove the crypto factories by sgjesse@google.com · 11 years ago
  51. b87de09 Get the api docs generated for the crypto package by sgjesse@google.com · 11 years ago
  52. ebc552c Remove library dart:crypto by sgjesse@google.com · 11 years ago