C++ Elliptic Curve Cryptography library 0.12.1 (Development branch) |
|
|
Libecc is a C++ elliptic curve cryptography library that supports
fixed-size keys for maximum speed. The goal of this project is to
become the first free Open Source library providing the means to
generate safe elliptic curves, and to provide an important source of
information for anyone with general interest in ECC.
License: GNU General Public License (GPL)
Changes:
The chapter "Cracking parameter b of the elliptic curve" has been extended. A formula is presented to calculate the number of points on y^2+xy=x^3+1 over GF(2^m) in O(m) time.
|