aboutsummaryrefslogtreecommitdiffstats
path: root/docs/primitives
Commit message (Collapse)AuthorAgeFilesLines
* Remove padding from the docs.Alex Gaynor2013-08-101-3/+3
|
* Merge branch 'master' into simple-symmetric-encryptionAlex Gaynor2013-08-101-6/+0
|\
| * Removing padding from the encryption APIDonald Stufft2013-08-101-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * Padding is fundamentally an operation that occurs prior to encryption to make plaintext suitable. * Even though wether it's regarded is dependent on the mode, it can be used safely regardless. * Moving it out of this API makes the API's simpler and more composable. * Moving it out of this API makes it simpler for backends that don't work exactly like OpenSSL's EVP. * Move it out of this API makes it simpler to include padding that OpenSSL's EVP API doesn't expose.
* | Started stubbing stuff out, including a simple test, now is the part where weAlex Gaynor2013-08-081-3/+3
|/ | | | write some actual cryptographic software. So yeah.
* 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
|
* New languageAlex Gaynor2013-08-081-3/+3
|
* more accurateAlex Gaynor2013-08-081-2/+4
|
* Move the modules aroundAlex Gaynor2013-08-081-5/+4
|
* FixAlex Gaynor2013-08-081-2/+2
|
* This is a lieAlex Gaynor2013-08-081-2/+0
|
* All capsAlex Gaynor2013-08-081-1/+1
|
* fix spelling errors, move moduleAlex Gaynor2013-08-081-2/+2
|
* Document that IVs should not be reused.Alex Gaynor2013-08-081-0/+2
|
* Document how long iv should beAlex Gaynor2013-08-081-1/+3
|
* Try to document CBCAlex Gaynor2013-08-081-2/+9
|
* Attempt to document AESAlex Gaynor2013-08-081-2/+8
|
* Crypto is seriously hardAlex Gaynor2013-08-081-1/+1
|
* Start stubbing out subheadingsAlex Gaynor2013-08-081-0/+12
|
* Begin to describe the methodsAlex Gaynor2013-08-081-0/+8
|
* Started trying to document symmetric encryptionAlex Gaynor2013-08-082-0/+29