Optimized Picnic implementation version 3.0.13
- Add the
plain32
implementation of SHAKE and automatically enable it for 32-bit targets. - Avoid
__builtin_cpu_supports
on Apple as support is spotty. - Reduce memory usage.
plain32
implementation of SHAKE and automatically enable it for 32-bit targets.__builtin_cpu_supports
on Apple as support is spotty.