- **Breaking**: changed the usage of the AES and SHA wrappers.
- The C wrapper templates no longer come with a Makefile and are no longer
compiled by crypto-condor. Instead, the user must compile the wrapper
themselves.
- The names of the AES and SHA wrapper files are no longer hard-coded: now
both the Python API and the CLI expect a filename pointing to a Python
wrapper or a compiled C wrapper.
- Add support for Python **3.10**.
- Fix long tracebacks on uncaught exceptions. This was because local variables
were included, such as the entire list of current test vectors. Local
variables are now omitted from tracebacks by default, but can be added back by
increasing the verbosity.