aboutsummaryrefslogtreecommitdiffstats
path: root/docs/primitives
Commit message (Expand)AuthorAgeFilesLines
* Move primtives into a hazmat packageDonald Stufft2013-10-283-287/+0
* Merge pull request #171 from dreid/use-currentmoduleAlex Gaynor2013-10-222-19/+29
|\
| * Make use of currentmodule to maybe reduce redundant module definitions and al...David Reid2013-10-222-19/+29
* | md5 is 128-bit. The person responsible for this mistake has been shotPaul Kehrer2013-10-221-1/+1
|/
* Don't try to fit the type into the :return: declaration instead describe it i...David Reid2013-10-221-2/+6
* Merge pull request #112 from reaperhulk/block-cipher-decryptDavid Reid2013-10-221-9/+27
|\
| * more docsPaul Kehrer2013-10-221-4/+3
| * fix doc test failurePaul Kehrer2013-10-221-1/+1
| * fix typo and show result of decryption in docsPaul Kehrer2013-10-221-2/+2
| * Create CipherContext interface & document itPaul Kehrer2013-10-211-7/+22
| * rename variables in encrypt/decrypt examplePaul Kehrer2013-10-211-4/+4
| * address review commentsPaul Kehrer2013-10-211-3/+6
| * update docs to reflect new encryptor APIPaul Kehrer2013-10-211-1/+2
* | grammarAlex Gaynor2013-10-221-1/+1
* | Merge branch 'master' into triple-desAlex Gaynor2013-10-221-1/+3
|\ \
| * | Document this parameter to the constructorAlex Gaynor2013-10-211-1/+3
| |/
* | Merge branch 'master' into triple-desAlex Gaynor2013-10-213-0/+108
|\|
| * Small fixups for the docsAlex Gaynor2013-10-201-2/+2
| * fix doc formatting and rename update param to "data"Paul Kehrer2013-10-191-6/+5
| * Simplify documentationMatthew Iversen2013-10-191-99/+24
| * MD5 support + documentation for all hashesPaul Kehrer2013-10-192-0/+165
| * additional doc work on ctrPaul Kehrer2013-10-171-8/+7
| * ctr doc language take 3Paul Kehrer2013-10-171-8/+14
| * remove confusing explanation about reusing nonce in counter mode docsPaul Kehrer2013-10-171-3/+1
| * update docs to roughly describe many time pad attack & link cbcPaul Kehrer2013-10-171-2/+5
| * AES Counter supportPaul Kehrer2013-10-171-0/+13
* | Fixed huge inaccuracies in the docsAlex Gaynor2013-10-161-6/+4
* | Merge branch 'master' into triple-desAlex Gaynor2013-10-161-0/+52
|\|
| * Camellia block cipher supportPaul Kehrer2013-10-061-0/+9
| * OFB uses an initialization vector instead a nonce.David Reid2013-09-111-6/+8
| * add CFB to documentationPaul Kehrer2013-09-111-0/+13
| * Merge pull request #57 from reaperhulk/ofb-supportDonald Stufft2013-09-101-0/+11
| |\
| | * change OFB iv to nonce to reflect dstufft nomenclature pitchPaul Kehrer2013-09-101-8/+6
| | * add output feedback mode support + test vectors (aes)Paul Kehrer2013-09-101-0/+13
| * | Cleaned up the docs for ECBAlex Gaynor2013-09-101-5/+9
| |/
| * remove unneeded init in ECB class, add warning to docs for ECB modePaul Kehrer2013-09-101-0/+1
| * Add ECB class + docs + testsPaul Kehrer2013-09-101-0/+12
* | These are capitalizedAlex Gaynor2013-09-091-1/+1
* | Iinital work on 3DES. No tests and no implementation yet.Alex Gaynor2013-09-091-0/+19
|/
* Test the symmetric encryption doc snippets using doctestDonald Stufft2013-08-121-3/+9
* Make the example error freeDonald Stufft2013-08-111-1/+1
* Fixed exampleAlex Gaynor2013-08-101-1/+1
* Fully excised padding from the docsAlex Gaynor2013-08-101-4/+4
* Removing padding from the encryption APIDonald Stufft2013-08-101-6/+0
* Typo fixAlex Gaynor2013-08-081-2/+2
* A padding exampleAlex Gaynor2013-08-081-2/+4
* This is where padding goesAlex Gaynor2013-08-081-1/+5
* Descriptive textAlex Gaynor2013-08-081-0/+3
* Describe the methods more explicitlyAlex Gaynor2013-08-081-8/+11
* Document this as a classAlex Gaynor2013-08-081-18/+17