You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
When running on OSX or on Linux without the environment variable OPENSSL_NO_CLEANUP set, the execution of openssl speed oqssig (or any specific algorithm with the name 'picnic' in it) causes a memory error.
A possible avenue to pursue is running tests with -DUSE_SANITIZER=Address to track things down (as per suggestion by @xvzcf ).