Set a 9kB limit for keygen and a 15kB limit for sign. These limits are selected to accommodate the largest message in the protocol.
Modify integration test single_thread::basic_correctness to log message byte length for each round. That's how I got the data I needed to select the above size limits.
Should we pre-emptively raise the keygen limit in light of #171 ?
fix #169
single_thread::basic_correctness
to log message byte length for each round. That's how I got the data I needed to select the above size limits.