Optimized Picnic implementation version 3.0.6
- Reduce size of global parameters for instance specification to 12 bytes per instance.
- Provide compat implementation of
clz
on MSVC using_BitScanReverse
. - Do not assume that
aligned_alloc
is available on MSVC.