| Crates.io | swiftness |
| lib.rs | swiftness |
| version | 1.0.0 |
| created_at | 2024-07-20 21:57:59.929033+00 |
| updated_at | 2025-01-12 14:14:20.677013+00 |
| description | Swiftness - Rust CairoVM Verifier implementation |
| homepage | |
| repository | https://github.com/iosis-tech/swiftness |
| max_upload_size | |
| id | 1309881 |
| size | 56,298 |
Swiftness is a Rust implementation of the Cairo-VM STARK verifier with layouts, inspired by StarkWare's Cairo-verifier in Cairo0.
cd cli
cargo run --release --bin swiftness --features starknet_with_keccak,keccak_160_lsb,stone5 --no-default-features -- --proof ../examples/proofs/starknet_with_keccak/cairo0_stone5_example_proof.json
cargo test
Install wasm-pack:
cargo install wasm-pack
Build WASM:
cd wasm_bindings && wasm-pack build --target web --features recursive_with_poseidon,blake2s_248_lsb,stone5 --no-default-features
armebv7r-none-eabiriscv64imac-unknown-none-elfaarch64-unknown-none-softfloataarch64-unknown-noneContributions are welcome! Feel free to open issues or submit pull requests to help improve this project.