1. 7728516 Enable the new read the docs theme, it's pretty. by Alex Gaynor · 11 years ago
  2. 2b9b301 md5 is 128-bit. The person responsible for this mistake has been shot by Paul Kehrer · 11 years ago
  3. 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
  4. 9949702 Merge pull request #112 from reaperhulk/block-cipher-decrypt by David Reid · 11 years ago
  5. f6cf956 more docs by Paul Kehrer · 11 years ago
  6. fbcc564 grammar by Alex Gaynor · 11 years ago
  7. 077c50b Merge branch 'master' into triple-des by Alex Gaynor · 11 years ago
  8. f1903e9 fix doc test failure by Paul Kehrer · 11 years ago
  9. d1afe39 fix typo and show result of decryption in docs by Paul Kehrer · 11 years ago
  10. 5399fd0 Create CipherContext interface & document it by Paul Kehrer · 11 years ago
  11. f3b06cd Document this parameter to the constructor by Alex Gaynor · 11 years ago
  12. 3e0895c rename variables in encrypt/decrypt example by Paul Kehrer · 11 years ago
  13. 653463f address review comments by Paul Kehrer · 11 years ago
  14. 9f79164 Merge branch 'master' into triple-des by Alex Gaynor · 11 years ago
  15. dec09fc update docs to reflect new encryptor API by Paul Kehrer · 11 years ago
  16. e588209 Merge pull request #146 from dstufft/use-cryptography-io by Alex Gaynor · 11 years ago
  17. ddc62f0 Small fixups for the docs by Alex Gaynor · 11 years ago
  18. 6b9ddeb fix doc formatting and rename update param to "data" by Paul Kehrer · 11 years ago
  19. 505491b Simplify documentation by Matthew Iversen · 11 years ago
  20. 36e7d0d MD5 support + documentation for all hashes by Paul Kehrer · 11 years ago
  21. bf9df01 Use the https://cryptography.io domain name by Donald Stufft · 11 years ago
  22. 9f9f550 Merge pull request #145 from reaperhulk/struct-style by Alex Gaynor · 11 years ago
  23. 3ed80ba add struct style info to docs by Paul Kehrer · 11 years ago
  24. 99b69d9 Start better documenting our security procedure by Alex Gaynor · 11 years ago
  25. 1e8744a DOcument the use of spaces here by Alex Gaynor · 11 years ago
  26. e6466a5 Document our style guide for C bindings by Alex Gaynor · 11 years ago
  27. 89b3dd3 additional doc work on ctr by Paul Kehrer · 11 years ago
  28. 4506428 ctr doc language take 3 by Paul Kehrer · 11 years ago
  29. 0ba2f94 remove confusing explanation about reusing nonce in counter mode docs by Paul Kehrer · 11 years ago
  30. 389892f update docs to roughly describe many time pad attack & link cbc by Paul Kehrer · 11 years ago
  31. d0ec60e AES Counter support by Paul Kehrer · 11 years ago
  32. 17adce6 Fixed huge inaccuracies in the docs by Alex Gaynor · 11 years ago
  33. e761f8b Merge branch 'master' into triple-des by Alex Gaynor · 11 years ago
  34. dff22d4 Camellia block cipher support by Paul Kehrer · 11 years ago
  35. 7587ded This is a comment, not a command run in a root shell by Alex Gaynor · 11 years ago
  36. ae5c907 Use the right lexer for these examples by Alex Gaynor · 11 years ago
  37. 8570794 Switch all repositories over to the new location by Donald Stufft · 11 years ago
  38. 5cb03b2 Fix typo in OpenSSL bindings docs by Hynek Schlawack · 11 years ago
  39. 166cbd3 Reflow some paragraphs in the contributing docs by Alex Gaynor · 11 years ago
  40. 7d4ca1e address dreids review comments by Richard Wall · 11 years ago
  41. 40cde82 Address review comments. Better headings. More documentation build options by Richard Wall · 11 years ago
  42. c3d1eb5 add some more links by Richard Wall · 11 years ago
  43. 0d9bb14 some narrative documentation explaining how to set up a development environment by Richard Wall · 11 years ago
  44. 0f7f781 Put a warning by Alex Gaynor · 11 years ago
  45. 6d02e2d Make the lib and ffi public for the OpenSSL binding and document them by Alex Gaynor · 11 years ago
  46. f1a39bd OFB uses an initialization vector instead a nonce. by David Reid · 11 years ago
  47. 4223df7 add CFB to documentation by Paul Kehrer · 11 years ago
  48. 9287c23 Merge pull request #57 from reaperhulk/ofb-support by Donald Stufft · 11 years ago
  49. c507412 change OFB iv to nonce to reflect dstufft nomenclature pitch by Paul Kehrer · 11 years ago
  50. 6f412a0 add output feedback mode support + test vectors (aes) by Paul Kehrer · 11 years ago
  51. cd413a3 Cleaned up the docs for ECB by Alex Gaynor · 11 years ago
  52. 09980a5 remove unneeded init in ECB class, add warning to docs for ECB mode by Paul Kehrer · 11 years ago
  53. 13f108f Add ECB class + docs + tests by Paul Kehrer · 11 years ago
  54. 6c7be9c Merge branch 'master' into triple-des by Alex Gaynor · 11 years ago
  55. 2c67c82 Captitalize GH properly by Alex Gaynor · 11 years ago
  56. c72e63f More fully document the contribution process, move most of the details from by Alex Gaynor · 11 years ago
  57. 2f355d1 These are capitalized by Alex Gaynor · 11 years ago
  58. aeb714c Iinital work on 3DES. No tests and no implementation yet. by Alex Gaynor · 11 years ago
  59. 5e00e96 Merge pull request #28 from alex/simple-symmetric-encryption by Hynek Schlawack · 11 years ago
  60. d8d91d4 Nit for Hynek by Alex Gaynor · 11 years ago
  61. f88413a Also mention that other packages miss python3 support by Alex Gaynor · 11 years ago
  62. 173de98 Test the symmetric encryption doc snippets using doctest by Donald Stufft · 11 years ago
  63. 235fa71 Use the Sphinx doctest builder by Donald Stufft · 11 years ago
  64. 292112b Make the example error free by Donald Stufft · 11 years ago
  65. f0d139a Another issue we're targetting by Alex Gaynor · 11 years ago
  66. d6bef56 English grammar by Alex Gaynor · 11 years ago
  67. 4373d7a Added another item from hynek by Alex Gaynor · 11 years ago
  68. aa66554 Document that we want AES-GCM by Alex Gaynor · 11 years ago
  69. ec4ba73 Better gramar by Alex Gaynor · 11 years ago
  70. 3538fdb Make this a heading by Alex Gaynor · 11 years ago
  71. 9f3468d Better describe why this library exists. Refs #5 by Alex Gaynor · 11 years ago
  72. acc787a Fixed example by Alex Gaynor · 11 years ago
  73. 641a3a0 Fully excised padding from the docs by Alex Gaynor · 11 years ago
  74. a02d4ed Removing padding from the encryption API by Donald Stufft · 11 years ago
  75. 4bc4519 Merge pull request #26 from alex/symmetric-encryption-docs by Donald Stufft · 11 years ago
  76. b12f76e Typo fix by Alex Gaynor · 11 years ago
  77. 97c6ace There *is* a p in `cryptography` but it has a specific position in the word. by Jean-Paul Calderone · 11 years ago
  78. 51758ff A padding example by Alex Gaynor · 11 years ago
  79. c2ae2be This is where padding goes by Alex Gaynor · 11 years ago
  80. 09515f0 Descriptive text by Alex Gaynor · 11 years ago
  81. e62aa40 Describe the methods more explicitly by Alex Gaynor · 11 years ago
  82. 65678d0 Document this as a class by Alex Gaynor · 11 years ago
  83. 6badd9b New language by Alex Gaynor · 11 years ago
  84. 2dc2b86 more accurate by Alex Gaynor · 11 years ago
  85. 4dd1c27 Move the modules around by Alex Gaynor · 11 years ago
  86. a1b98f9 Fix by Alex Gaynor · 11 years ago
  87. c4a5f06 This is a lie by Alex Gaynor · 11 years ago
  88. 1e3f81f All caps by Alex Gaynor · 11 years ago
  89. a4f529e fix spelling errors, move module by Alex Gaynor · 11 years ago
  90. 1c1bad6 Document that IVs should not be reused. by Alex Gaynor · 11 years ago
  91. c651f76 Document how long iv should be by Alex Gaynor · 11 years ago
  92. 48ec9a3 Try to document CBC by Alex Gaynor · 11 years ago
  93. 5ba2dfa Attempt to document AES by Alex Gaynor · 11 years ago
  94. e786943 Crypto is seriously hard by Alex Gaynor · 11 years ago
  95. d96d100 Start stubbing out subheadings by Alex Gaynor · 11 years ago
  96. 0ca7fdb Begin to describe the methods by Alex Gaynor · 11 years ago
  97. f6c47e9 Started trying to document symmetric encryption by Alex Gaynor · 11 years ago
  98. 5e7926f Document architecture changes by Hynek Schlawack · 11 years ago
  99. 71c7ac0 Fix typo in docs and use my private e-mail by Hynek Schlawack · 11 years ago
  100. ca0752c Use an HTTPS url for our mailing list by Alex Gaynor · 11 years ago