TestsTested | ✗ |
LangLanguage | CC |
License | MIT |
ReleasedLast Release | Feb 2018 |
Maintained by daviyang35.
Optimized C library for EC operations on curve secp256k1.
This library is a work in progress and is being used to research best practices. Use at your own risk.
Features:
libsecp256k1 is built using autotools:
$ ./autogen.sh
$ ./configure
$ make
$ ./tests
$ sudo make install # optional