summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* add licence options: MIT or SPL for the whole packageZooko O'Whielacronx2012-08-12
* improve accuracy of the fallback-benchmarker (when no pyutil)Zooko O'Whielacronx2012-07-12
* remove accidental extra copy of classZooko O'Whielacronx2012-07-12
* benchmark the fast elliptic curve sigs many times for more reliable measurementZooko O'Whielacronx2012-07-12
* don't benchmark hashes on small inputsZooko O'Whielacronx2012-07-12
* don't try to benchmark ciphers or hashes on small inputsZooko O'Whielacronx2012-07-12
* bench: measure ciphers and hashes in nanoseconds per byte, use the English wo...Zooko O'Whielacronx2012-03-21
* bench: remove inner loop of 1000 iterations which was not being accounted for...Zooko O'Whielacronx2012-03-21
* bench: tuning and doc/code cleanupsZooko O'Whielacronx2012-03-21
* bench: fix major bug (forgot to divide by N) in little embedded benchmarker, ...Zooko O'Whielacronx2012-03-21
* bench: fallback to local function is print_bench_footer is absent even though...Zooko O'Whielacronx2012-03-20
* bench: fix shallow bug in workaround for pyflakes bogus warning in fallback f...Zooko O'Whielacronx2012-03-20
* aes: fix docstring to indicate AES-256 supportZooko O'Whielacronx2012-03-20
* benchmarks: benchmark all algorithms, plus hashlib's SHA256Zooko O'Whielacronx2012-03-20
* fix test_ecdsa to test 256-bit ecdsaZooko O'Whielacronx2012-03-20
* convert ecdsa-192 (Tiger) to ecdsa-256 (SHA-256) for comparable strength to E...Zooko O'Whielacronx2012-03-19
* make benchmarks stop running after 10 seconds eachZooko O'Whielacronx2012-03-19
* fix shallow bug in benchmark to pass right sized seed to ecdsa-192Zooko O'Whielacronx2012-03-19
* benchmarks: add RSA, fallback to simple benchmarker if pyutil can't be import...Zooko O'Whielacronx2012-03-19
* docstring for ed25519 from Brian, reflowed to 77 fill-columnZooko O'Whielacronx2012-03-18
* add a docstring for ed25519Zooko O'Whielacronx2012-03-18
* simple benchmarks (using pyutil.benchutil) for ed25519 and ecdsaZooko O'Whielacronx2012-03-18
* let __version__ be simply a string instead of an instanceZooko O'Whielacronx2012-03-12
* don't run versioneer at runtimeZooko O'Whielacronx2012-03-12
* move embeddedcryptopp/ to src-cryptopp/Brian Warner2012-03-10
* Merge pull request #19 from zooko/masterzooko2012-03-10
|\
| * catch C++ exception from malformed verifying key and convert it to Python exc...Zooko O'Whielacronx2012-03-10
| * add test of deserializing invalid rsa verifying keyZooko O'Whielacronx2012-03-10
* | Merge pull request #18 from zooko/masterzooko2012-03-10
|\|
| * catch C++ exception from malformed serialized signing key and turn it into Py...Zooko O'Whielacronx2012-03-10
* | Merge pull request #17 from zooko/masterzooko2012-03-10
|\|
| * fix another couple of flakes -- unused import and unused local varZooko O'Whielacronx2012-03-10
| * fix local variable name -- that's a signer, not a verifierZooko O'Whielacronx2012-03-10
| * Merge git://github.com/jean-/pycryptoppZooko O'Whielacronx2012-03-10
* | Merge pull request #16 from zooko/masterzooko2012-03-10
|\|
| * fix unused imports (thanks, pyflakes)Zooko O'Whielacronx2012-03-10
| * fix the known-answer tests to reflect the new more limited APIZooko O'Whielacronx2012-03-07
| * port the "zookoapi" branch from python-ed25519 (functionality)Zooko O'Whielacronx2012-03-07
| * apply the doc and test portions of Brian's "zookoapi" branch of the python-ed...Zooko O'Whielacronx2012-03-07
* | test_ed25519.test_raw: re-enable and updateBrian Warner2012-02-28
|/
* WIP: move source into src/Brian Warner2012-02-17