bitcore/src
Ryan X. Charles d11361be9e expose group operation
BIP32 needs to be able to add two points on the secp256k1 curve. This
functionality was not already being exposed from OpenSSL in bitcore. I have
added an "addUncompressed" function to the Key class which takes in two points
in uncompressed form, adds them, and returns the result. This is necessary for
BIP32.
2014-03-23 10:35:28 -07:00
..
common.h Rename BitcoinKey object to Key 2013-07-09 10:51:26 -04:00
eckey.cc expose group operation 2014-03-23 10:35:28 -07:00
eckey.h expose group operation 2014-03-23 10:35:28 -07:00