Crates.io | starkware-crypto-sys |
lib.rs | starkware-crypto-sys |
version | 0.1.3 |
source | src |
created_at | 2022-01-10 09:11:04.10656 |
updated_at | 2022-01-12 09:29:07.742636 |
description | Rust FFI bindings for StarkWare's crypto-cpp library |
homepage | https://github.com/xJonathanLEI/starkware-crypto-rs |
repository | https://github.com/xJonathanLEI/starkware-crypto-rs |
max_upload_size | |
id | 511286 |
size | 379,208 |
Rust FFI bindings for StarkWare's crypto-cpp library
Note that currently target
x86_64-pc-windows-msvc
is not supported. If you're building on Windows, you need to use the GNU build of Rust.
To use the crate from crates.io, add the following to your Cargo.toml
file:
[dependencies]
starkware-crypto-sys = "0.1"
To run benchmark:
$ cargo bench
On the author's machine, the results are:
pedersen_hash time: [267.08 us 270.36 us 274.40 us]
Licensed under either of
at your option.