#!/bin/sh mkdir mcwolf cd mcwolf curl -O https://cr.yp.to/2025/20250426-mcwolf/unify chmod 755 unify curl -O https://cr.yp.to/2025/20250426-mcwolf/diff git clone -n https://github.com/wolfSSL/wolfssl.git curl -O https://bench.cr.yp.to/supercop/supercop-20250415.tar.xz tar -xf supercop-20250415.tar.xz ( cd wolfssl; git checkout b077c81eb635392e694ccedbab8b644297ec0285 ) ./unify ( cd wolfssl patch -p1 < ../diff ./autogen.sh ./configure --enable-mceliece make check grep MCELIECE scripts/unit.log wolfcrypt/benchmark/benchmark -pq )