a686e63b0b
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. |
||
---|---|---|
.. | ||
common.h | ||
eckey.cc | ||
eckey.h |