neuroretransmit / go-pvss

A go implementation of Publicly Verifiable Secret Sharing (PVSS).
GNU General Public License v3.0
1 stars 0 forks source link

Remove crypto/ package and migrate to Ethereum's (BitCoin's C wrapped… #1

Closed neuroretransmit closed 6 months ago

neuroretransmit commented 6 months ago

In the interest of maintaining as little crypto as possible and since secp256k1 isn't in crypto/ecdh, migrate to Ethereum's wrapper of Bitcoin's C implementation.