So i'm a newbie of rust. I'm now trying to implement a Kleptography algorithm using rust for my school work, which requires me to do some basic math operations on elliptic curves manually(like point add,multipy, key generation).
Among all those crypto libraries i've tried, i can't find functions to do those basic operation.
All of they offered are high-level functions like sign, verify.
So i wonder if you can give me some recommendations? Really appreciate it.