Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-13 | Whack all Python shebangs to Python 3 | Rob Austein | |
2020-05-25 | Untested conversion to support Python 3 | Rob Austein | |
2018-03-03 | More useful script output. | Rob Austein | |
Overall performance numbers are still bad. Presumably having a single global PKCS #11 lock does not help here. Need a bitstream with more ModExp and ECDSA cores before this will matter much, but will likely need to figure out some way to do per-session locking instead of global for operations we want to run in parallel. At which point we'll be on the road to deadlock hell, so will need some care. | |||
2018-03-03 | Doh, mutexes work better when plugged in. | Rob Austein | |
2018-03-03 | Cleanup. | Rob Austein | |
2018-03-03 | First cut at timing test using multiple threads. | Rob Austein | |
At the moment this only works with a single worker thread: multiple threads get weird errors from PKCS #11. This is probably a PKCS #11 implementation issue rather than a bug in this script. So, in the spirit of test-driven development, this script is the failing test. |