Swiftness CairoVM Verifier
Swiftness is a Rust implementation of the Cairo-VM STARK verifier with layouts, inspired by StarkWare's Cairo-verifier in Cairo0.
Getting Started
Verify an Example Proof
-
Install
swiftness
: -
Verify the proof:
Ensure you use a proof corresponding to the layout and hash used to build the binary.
-
Local Run:
&&
Running Tests
WebAssembly (WASM) Setup
-
Install
wasm-pack
: -
Build WASM:
&&
Features
Usage
- CLI
Implemented Layouts
- dex
- recursive
- recursive_with_poseidon
- small
- starknet
- starknet_with_keccak
Commitment Hashes
- keccak
- blake2s
Web Support
- WASM support
- Web Demo
- NPM packages:
- swiftness-dex-blake2s
- swiftness-dex-keccak
- swiftness-recursive-blake2s
- swiftness-recursive-keccak
- swiftness-recursive-with-poseidon-blake2s
- swiftness-recursive-with-poseidon-keccak
- swiftness-small-blake2s
- swiftness-small-keccak
- swiftness-starknet-blake2s
- swiftness-starknet-keccak
- swiftness-starknet-with-keccak-blake2s
- swiftness-starknet-with-keccak-keccak
Other Platforms Support
- Bare Armv7-R, Big Endian -
armebv7r-none-eabi
- Bare RISC-V (RV64IMAC ISA) -
riscv64imac-unknown-none-elf
- Bare ARM64, softfloat -
aarch64-unknown-none-softfloat
- Bare ARM64, hardfloat -
aarch64-unknown-none
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to help improve this project.