Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use the non-deprecated name for this function | Alex Gaynor | 2015-12-19 | 1 | -2/+2 |
| | |||||
* | Fix pep8 lint errors | Ehren Kret | 2015-11-28 | 1 | -9/+18 |
| | |||||
* | Add support for 160 bit ARC4 keys | Ehren Kret | 2015-11-28 | 3 | -0/+230 |
| | |||||
* | Docs for custom secp256k1 vectors | Alex Stapleton | 2015-05-03 | 1 | -0/+32 |
| | |||||
* | Verification script | Alex Stapleton | 2015-05-03 | 1 | -0/+59 |
| | |||||
* | Script for generating SECP256K1 vectors | Alex Stapleton | 2015-05-03 | 1 | -0/+89 |
| | |||||
* | Fixed the paths in the go cast verifier. | Alex Gaynor | 2015-01-09 | 1 | -22/+22 |
| | | | | Also made some changes to appease go vet and other linters. | ||||
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
| | | | | Fixes #1209 | ||||
* | More line wrapping | Alex Gaynor | 2014-05-17 | 3 | -6/+12 |
| | |||||
* | some small doc fixes | Paul Kehrer | 2014-04-09 | 3 | -10/+10 |
| | |||||
* | linkify another thing | Paul Kehrer | 2014-04-09 | 1 | -1/+1 |
| | |||||
* | add SEED CFB/OFB bespoke vectors and documentation | Paul Kehrer | 2014-04-08 | 3 | -0/+122 |
| | |||||
* | a few more import order fixes for upcoming flake8-import-order | Paul Kehrer | 2014-03-22 | 2 | -2/+2 |
| | |||||
* | Standardise on sentence case for titles | Alex Stapleton | 2014-03-18 | 2 | -2/+2 |
| | |||||
* | fix vector generation/verification scripts for IDEA | Paul Kehrer | 2014-03-11 | 2 | -2/+2 |
| | | | | | Some small style fixes on final review were not re-verified before merge. | ||||
* | Merge pull request #396 from reaperhulk/idea-bespoke-vectors | Hynek Schlawack | 2014-03-11 | 3 | -0/+129 |
|\ | | | | | CBC, CFB, OFB IDEA vectors built from the AES MMT tests | ||||
| * | style fixes | Paul Kehrer | 2014-03-11 | 1 | -12/+12 |
| | | |||||
| * | close the open files in generate/verify | Paul Kehrer | 2014-03-11 | 2 | -2/+5 |
| | | |||||
| * | update headers, add verification code | Paul Kehrer | 2014-03-08 | 2 | -2/+44 |
| | | |||||
| * | Merge branch 'master' into idea-bespoke-vectors | Paul Kehrer | 2014-03-08 | 3 | -6/+32 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (246 commits) Fixed python3 incompatibility Removed dependency on setuptools for version check don't need to move these definitions conditional NIDs for 0.9.8e x509 changes for 0.9.8e support more changes for 0.9.8e support, this time in the ssl.h headers macro switches in evp for 0.9.8e bind some error constants conditionally for 0.9.8e support BIO macro switch for 0.9.8e support move some nids conditionally bind AES_wrap/unwrap for 0.9.8e support Add GPG key fingerprint for lvh change comparison to be easier to read ridiculous workaround time whoops Missing imports Convert stuff Add binding for DSA_new Fix drop in coverage levels by removing branches Added check to turn of CC backend for OS X version < 10.8 ... Conflicts: docs/development/test-vectors.rst | ||||
| * | | add beginning of IDEA vector source docs. no verification code yet | Paul Kehrer | 2014-02-16 | 2 | -0/+84 |
| | | | |||||
* | | | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 1 | -0/+15 |
| |/ |/| | |||||
* | | clearer prose | Paul Kehrer | 2014-02-16 | 1 | -2/+2 |
| | | |||||
* | | update docs to explain CTR generation source | Paul Kehrer | 2014-02-16 | 1 | -4/+5 |
| | | |||||
* | | update generation script and verification script to support CTR gen | Paul Kehrer | 2014-02-16 | 2 | -2/+27 |
|/ | |||||
* | Syntax highlight the go code. Be mad Rob Pike. | Alex Gaynor | 2014-02-12 | 1 | -0/+1 |
| | |||||
* | show the entire files | Paul Kehrer | 2014-02-12 | 1 | -6/+2 |
| | |||||
* | remove unused var | Paul Kehrer | 2014-02-12 | 1 | -1/+0 |
| | |||||
* | improve formatting and fix pep8 for generate/verify cast5 scripts | Paul Kehrer | 2014-02-12 | 2 | -107/+109 |
| | |||||
* | add cast5 (cbc, cfb, ofb) vector source info to docs | Paul Kehrer | 2014-02-12 | 3 | -0/+230 |