aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/symmetric-encryption.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* | Change teh exceptionAlex Gaynor2013-11-221-7/+3
| |
* | Documentation!Alex Gaynor2013-11-221-0/+16
|/
* Another twoAlex Gaynor2013-11-151-1/+1
|
* Fixed some spelling mistakesAlex Gaynor2013-11-151-4/+4
|
* Also mention finalizeAlex Gaynor2013-11-131-1/+1
|
* Use AlreadyFinalized for symmetric ciphersAlex Gaynor2013-11-131-0/+5
|
* Merge pull request #214 from reaperhulk/arc4-supportDavid Reid2013-11-091-0/+21
|\ | | | | ARC4 Support
| * update docs to include arc4 examplePaul Kehrer2013-11-091-0/+11
| |
| * Merge branch 'master' into arc4-supportPaul Kehrer2013-11-081-3/+26
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Typo Be really explicit about what's good and bad Mention return types. Consistently use e.g. Module documentation. Single space. Add a new Mode interface to document mode.name and start on some prose docs for interfaces. Proper name for the iv thing. Actually note the properties for cipher modes types on their ABCs. Conflicts: docs/hazmat/primitives/symmetric-encryption.rst
| * | ARC4 supportPaul Kehrer2013-11-071-0/+10
| | |
* | | Be more and more explicit about how to do things correctlyAlex Gaynor2013-11-081-6/+17
| |/ |/|
* | Merge pull request #231 from dreid/mode-interface-propertiesAlex Gaynor2013-11-071-0/+3
|\ \ | | | | | | [WIP] Document mode interfaces.
| * | Add a new Mode interface to document mode.name and start on some prose docs ↵David Reid2013-11-071-0/+3
| |/ | | | | | | for interfaces.
* | TypoAlex Gaynor2013-11-071-1/+1
| |
* | Be really explicit about what's good and badAlex Gaynor2013-11-071-3/+23
|/
* update docsPaul Kehrer2013-11-061-14/+13
|
* Changed excpetion name based on feedback from dreidAlex Gaynor2013-11-021-4/+4
|
* Document and implement the public API for when the backend doesn't support ↵Alex Gaynor2013-11-021-0/+9
| | | | the requested algorithm
* better englishAlex Gaynor2013-11-011-2/+2
|
* For exampleAlex Gaynor2013-11-011-3/+4
|
* Document how this returns bytesAlex Gaynor2013-11-011-1/+7
|
* add CAST5 docsPaul Kehrer2013-10-311-1/+9
|
* move blowfish docs to new weak ciphers section, linkify aesPaul Kehrer2013-10-311-1/+11
|
* add bf docsPaul Kehrer2013-10-311-0/+9
|
* Made a sphinx extension which emits the hazardous materials danger admonitionAlex Gaynor2013-10-291-5/+1
|
* More docsAlex Gaynor2013-10-291-8/+7
|
* Move the danger to the very top of the fileDonald Stufft2013-10-281-3/+3
|
* Warn about dragons and dinosaurs with laser gunsDonald Stufft2013-10-281-0/+7
|
* Move primtives into a hazmat packageDonald Stufft2013-10-281-0/+187