Skip to content

kristofferkoch/micro-ecc-test

Repository files navigation

Test case for uECC, where it seems that libsecp256k1 can't verify all signatures generated by uECC.

Prerequisites

git, gcc python3 libsecp256k1: python3 -m pip install --user secp256k1

Building

git clone https://github.com/kristofferkoch/micro-ecc-test
cd micro-ecc-test
git submodule init
git submodule update # Download micro-ecc
tup || bash build.sh

Running

Running the test will only sometimes fail:

while bash test.sh; do echo "ok" ; done

About

Test case for micro-ecc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published