Rust FFI bindings for StarkWare's crypto-cpp library
There seems to be a serious performance issue on
sign()
. It takes over 7 seconds on author's machine. You might want to consider alternative libraries for signing before it's fixed.
To use the crate from crates.io, add the following to your Cargo.toml
file:
toml
[dependencies]
starkware-crypto-sys = "0.1.0"
Licensed under either of
at your option.