vertcoin / vertcoin-old

Vertcoin source tree
http://www.vertcoin.org
MIT License
76 stars 41 forks source link

Use secp256k1_ec_ prefix for non-ECDSA key operations #32

Closed ph4m closed 9 years ago

ph4m commented 9 years ago

See API change @ https://github.com/bitcoin/secp256k1/commit/ae6bc76e32016063a591399a7a2d7bac646603bc

metalicjames commented 9 years ago

I'll close and merge it, thanks.

ph4m commented 9 years ago

My pleasure. You might need to update your system to the latest version of secp256k1, though.

metalicjames commented 9 years ago

What is the highest version of libsecp256k1 this commit can build with? I'll then be able to update the docs.

ph4m commented 9 years ago

Well now it is compatible with the latest version of libsecp256k1 (ran a fresh build today), as of November 11th 2014 (latest commit on Nov. 5th).