wallet-core icon indicating copy to clipboard operation
wallet-core copied to clipboard

[Cryptography]: Implement Stark Curve/Signer

Open Milerius opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

  • Immutable X Blockchain require to register an existing eth key with a stark key in order to use their blockchain API

Untitled

Describe the solution you'd like

  • C++ Caigo/Stark Curve
  • C++ Caigo/Stark Signer
  • Modern C++17/20

Checklist

  • [ ] Caigo/Stark Curve
    • [ ] C++ Logic
    • [ ] C Interface
    • [ ] C++ unit tests
    • [ ] Swift unit tests
    • [ ] Kotlin unit tests
  • [ ] Caigo/Stark Signer
    • [ ] C++ Logic
    • [ ] C Interface
    • [ ] C++ unit tests
    • [ ] Swift unit tests
    • [ ] Kotlin unit tests

Resources

Code Logic in Golang Code Logic in Rust

Milerius avatar Oct 26 '22 06:10 Milerius