mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 00:16:59 +00:00
The triple benchmark probed libschnorr256k1 with a try/catch that only handled UnsatisfiedLinkError. On Windows the loader raises IllegalStateException when the JNI .dll for the platform isn't packaged, which propagated out as a test failure instead of skipping the C row. Mirror the broader catch already used in Secp256k1CrossValidationTest so the benchmark prints a SKIP-style note and continues with the ACINQ + Kotlin rows on platforms where the C lib isn't available.