bitcore/src
Ryan X. Charles a686e63b0b fix issue by outputing proper pubkey format
The way I was outputting the pubkeys would be incorrect if the first byte of
one of the coordinates was 0, since it would print the first non-zero byte
first. The solution was to use the standard openssl function that outputs a
public key to oct.
2014-03-23 15:11:32 -07:00
..
common.h Rename BitcoinKey object to Key 2013-07-09 10:51:26 -04:00
eckey.cc fix issue by outputing proper pubkey format 2014-03-23 15:11:32 -07:00
eckey.h expose group operation 2014-03-23 10:35:28 -07:00