• This repository has been archived on 18/Sep/2023
  • Stars
    star
    1
  • Language
    Rust
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

libstark2rust

Deps

Need to install cargo make

cargo install --force cargo-make

Build

First need to initialize libSTARK dependency

cargo make init

Build

cargo build

Run

cargo run

Expected output:

Permutations: [0, 1, 2, 3, 4, 6, 5] (size: 7)
Assignment: [[1, 2, 3], [2, 3, 4], [9, 8, 7], [12, 3, 4], [0, 0, 7], [1, 1, 1], [2, 2, 2]] (size: 7)