codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.57k stars 344 forks source link

Add secp256k1 curve capabilities #849

Open CarvalhoLeonardo opened 3 years ago

CarvalhoLeonardo commented 3 years ago

Is there any plans to add extra curves to the project?

I am working on a PoC using the Immudb as back end, but I need to use this curve.

Something like go-ethereum can be linked or added as an external tool?

jeroiraz commented 3 years ago

thanks for reaching out @CarvalhoLeonardo, currently it's not on the roadmap, however it shouldn't be hard to integrate it. Basically a Signer interface implementation would be needed https://github.com/codenotary/immudb/tree/master/pkg/signer

Would you like trying forking immudb and adding it? Please let us know if you have any doubt and keep us posted ;)