Skip to content

Optimized Picnic implementation version 3.0.6

Compare
Choose a tag to compare
@sebastinas sebastinas released this 14 Dec 12:58
· 219 commits to master since this release
v3.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.