redox-ecc icon indicating copy to clipboard operation
redox-ecc copied to clipboard

Elliptic curves Rust reference implementation

Results 3 redox-ecc issues
Sort by recently updated
recently updated
newest added

Another low-ish hanging fruit for #10. When two integers of a maximal bit size are added together, the result takes at most 1 more bit to store. That property can...

Hello! I saw this crate and wanted to note there are a few other overlapping efforts here: See the RustCrypto `elliptic-curve` crate and curve-specific crates implemented with it: - https://github.com/RustCrypto/elliptic-curves/...

Currently the performance of the elliptic curve operations is slow. It would be desirable to make operations faster.

help wanted
good first issue