1. b04080f Revert this by Alex Gaynor · 11 years ago
  2. 9316f4c Fixed some spelling mistakes by Alex Gaynor · 11 years ago
  3. 0a394df Implement and document an interface for cipher algorithms by David Reid · 11 years ago
  4. 9489c76 Merge pull request #258 from alex/already-finalized by David Reid · 11 years ago
  5. 272d537 Here too by Alex Gaynor · 11 years ago
  6. 9b70ba3 Also mention finalize by Alex Gaynor · 11 years ago
  7. 2cce618 Make HMAC methods raise AlreadyFinalized. by David Reid · 11 years ago
  8. 34511c6 Use AlreadyFinalized for symmetric ciphers by Alex Gaynor · 11 years ago
  9. c2cddd2 Merge pull request #253 from dreid/hash-raise-after-finalize by Alex Gaynor · 11 years ago
  10. e0c1fe9 Merge pull request #256 from alex/strong-docs by Paul Kehrer · 11 years ago
  11. 00fb12a Accidentally less words. by David Reid · 11 years ago
  12. a659688 typo by Alex Gaynor · 11 years ago
  13. d118c91 Clearer! by Alex Gaynor · 11 years ago
  14. 5cbab0c typo fix by Alex Gaynor · 11 years ago
  15. 9480129 Describe that hashes get real broken over time by Alex Gaynor · 11 years ago
  16. e9d64d7 Explain ways in which we can make our docs stronger by Alex Gaynor · 11 years ago
  17. 6392a9c Document AlreadyFinalized. by David Reid · 11 years ago
  18. 1aefe58 Merge pull request #214 from reaperhulk/arc4-support by David Reid · 11 years ago
  19. 0994c56 update docs to include arc4 example by Paul Kehrer · 11 years ago
  20. 388c11a Merge branch 'master' into rtd-theme by Alex Gaynor · 11 years ago
  21. 27283cf Try to use the sphinx rtd theme locally if it's installed by Alex Gaynor · 11 years ago
  22. ab5f011 Be more and more explicit about how to do things correctly by Alex Gaynor · 11 years ago
  23. 129d61e Merge branch 'master' into arc4-support by Paul Kehrer · 11 years ago
  24. 635b542 Merge pull request #231 from dreid/mode-interface-properties by Alex Gaynor · 11 years ago
  25. 9de452d Typo by Alex Gaynor · 11 years ago
  26. 8ed651e Be really explicit about what's good and bad by Alex Gaynor · 11 years ago
  27. 9ed25e4 Module documentation. by David Reid · 11 years ago
  28. bd18bcd Single space. by David Reid · 11 years ago
  29. 30722b9 Add a new Mode interface to document mode.name and start on some prose docs for interfaces. by David Reid · 11 years ago
  30. 4da28c3 ARC4 support by Paul Kehrer · 11 years ago
  31. a05358d Refer to the sphinx site, rather than the docutils one, for a reST primer by Alex Gaynor · 11 years ago
  32. 051099e update docs by Paul Kehrer · 11 years ago
  33. 61570d0 pep8 fix by Alex Gaynor · 11 years ago
  34. f986fe0 This is now the default theme on RTD by Alex Gaynor · 11 years ago
  35. d3e4bc2 Merge pull request #219 from alex/hmac-rfc by Hynek Schlawack · 11 years ago
  36. 6a1dfe6 Merge pull request #217 from alex/glossary by Hynek Schlawack · 11 years ago
  37. 58ecc8d Refer to the RFC in the HMAC docs by Alex Gaynor · 11 years ago
  38. 5151d8d Document the way we strive to interact with otehrs by Alex Gaynor · 11 years ago
  39. a0516bf Get real scary by Alex Gaynor · 11 years ago
  40. 8c9dcb3 Began writing a glossary by Alex Gaynor · 11 years ago
  41. 3949f11 Changed excpetion name based on feedback from dreid by Alex Gaynor · 11 years ago
  42. f1a3fc0 Document and implement the public API for when the backend doesn't support the requested algorithm by Alex Gaynor · 11 years ago
  43. 178f6f1 Merge pull request #211 from alex/stream-ciphers by David Reid · 11 years ago
  44. 33675c3 Merge pull request #212 from dreid/primitive-hmac by Alex Gaynor · 11 years ago
  45. 6753e39 Update documentation by David Reid · 11 years ago
  46. bf2de74 better english by Alex Gaynor · 11 years ago
  47. fc09a7c For example by Alex Gaynor · 11 years ago
  48. d1f0201 Document how this returns bytes by Alex Gaynor · 11 years ago
  49. 1496845 fixed rendering by Alex Gaynor · 11 years ago
  50. ce46b89 Merge pull request #200 from dreid/primitive-hashes by Alex Gaynor · 11 years ago
  51. 5560298 Improve Hash documentation. by David Reid · 11 years ago
  52. 6022d45 add CAST5 docs by Paul Kehrer · 11 years ago
  53. 3446d81 move blowfish docs to new weak ciphers section, linkify aes by Paul Kehrer · 11 years ago
  54. 30b1613 Update documentation by David Reid · 11 years ago
  55. 5df0abe add bf docs by Paul Kehrer · 11 years ago
  56. b8be0e9 Fixed pep8 by Alex Gaynor · 11 years ago
  57. 05a190e Document that you should use the hazmat directive by Alex Gaynor · 11 years ago
  58. af82d5e Made a sphinx extension which emits the hazardous materials danger admonition by Alex Gaynor · 11 years ago
  59. acfdd61 Merge pull request #194 from alex/current-module-hmac by David Reid · 11 years ago
  60. 4658ce1 Use current module in the hmac docs, for consistency by Alex Gaynor · 11 years ago
  61. 60ad3e1 Clean up var naming by Alex Gaynor · 11 years ago
  62. f0bec9c Remove removed methods from docs by Alex Gaynor · 11 years ago
  63. 22e2eae Removed helper by Alex Gaynor · 11 years ago
  64. 0708278 typo by Alex Gaynor · 11 years ago
  65. b2d5efd More docs by Alex Gaynor · 11 years ago
  66. 5f3db27 Start of docs by Alex Gaynor · 11 years ago
  67. 50a8815 update hmac docs by Paul Kehrer · 11 years ago
  68. ca8ed29 fix indentation error and wrapping in docs by Paul Kehrer · 11 years ago
  69. bf8962a fix hmac docs to point to new hazmat location by Paul Kehrer · 11 years ago
  70. 30eabdd change type of exception raised, fix docs typo by Paul Kehrer · 11 years ago
  71. 2824ab7 make hmac (mostly) compatible with stdlib hmac by Paul Kehrer · 11 years ago
  72. 1bb8b71 clean up loader and make docs default to hmac sha256 by Paul Kehrer · 11 years ago
  73. 0317b04 HMAC support by Paul Kehrer · 11 years ago
  74. 0a0d749 Merge pull request #190 from alex/hashes-docs by David Reid · 11 years ago
  75. 23d01a2 example of how to use hashes by Alex Gaynor · 11 years ago
  76. 66ba601 reorder by Alex Gaynor · 11 years ago
  77. 0a1550e Hazard -> Hazardous by Donald Stufft · 11 years ago
  78. e51fb93 Move the danger to the very top of the file by Donald Stufft · 11 years ago
  79. d8f0118 Warn about dragons and dinosaurs with laser guns by Donald Stufft · 11 years ago
  80. ce0d781 Move the bindings into the hazmat module by Donald Stufft · 11 years ago
  81. f04317a Move primtives into a hazmat package by Donald Stufft · 11 years ago
  82. 360e2d5 Merge branch 'master' into api-to-backend-in-one-easy-step by Paul Kehrer · 11 years ago
  83. 2c4873f we regret the excesses of our previous api culling. restore some apis. by Paul Kehrer · 11 years ago
  84. db37d0e the great api -> backend rename by Paul Kehrer · 11 years ago
  85. 68e5de7 Merge pull request #171 from dreid/use-currentmodule by Alex Gaynor · 11 years ago
  86. 1f3d718 Make use of currentmodule to maybe reduce redundant module definitions and also get source links. by David Reid · 11 years ago
  87. 7728516 Enable the new read the docs theme, it's pretty. by Alex Gaynor · 11 years ago
  88. 2b9b301 md5 is 128-bit. The person responsible for this mistake has been shot by Paul Kehrer · 11 years ago
  89. 63ba665 Don't try to fit the type into the :return: declaration instead describe it in the prose where it'll be properly linked. by David Reid · 11 years ago
  90. 9949702 Merge pull request #112 from reaperhulk/block-cipher-decrypt by David Reid · 11 years ago
  91. f6cf956 more docs by Paul Kehrer · 11 years ago
  92. fbcc564 grammar by Alex Gaynor · 11 years ago
  93. 077c50b Merge branch 'master' into triple-des by Alex Gaynor · 11 years ago
  94. f1903e9 fix doc test failure by Paul Kehrer · 11 years ago
  95. d1afe39 fix typo and show result of decryption in docs by Paul Kehrer · 11 years ago
  96. 5399fd0 Create CipherContext interface & document it by Paul Kehrer · 11 years ago
  97. f3b06cd Document this parameter to the constructor by Alex Gaynor · 11 years ago
  98. 3e0895c rename variables in encrypt/decrypt example by Paul Kehrer · 11 years ago
  99. 653463f address review comments by Paul Kehrer · 11 years ago
  100. 9f79164 Merge branch 'master' into triple-des by Alex Gaynor · 11 years ago