pebble-stark icon indicating copy to clipboard operation
pebble-stark copied to clipboard

A community-developed re-implementation of the Starkware Stone Prover

Results 7 pebble-stark issues
Sort by recently updated
recently updated
newest added

This Pull Request is related to #3 . It changes the following: - added the initial parent and leaf functions - created a sha256 trait for hashing left and right...

help wanted
implementation

`Feature`: Need to integrate Cairo Assembly (CASM), this is supposed to run low-level designated AIR arithmetization schemes in a STARK environment, Starkware calls it a _built-in_ feature inside its stone-prover....

What about CASM's low-level AIR arithmetization schemes and compatibility?

bug

See list here: https://github.com/starkware-libs/stone-prover/tree/main/src/third_party Particularly it would be nice to evaluate relevant comparable libraries to - [ ] XKCP - [ ] Blake2 - [ ] gsl - [ ]...

Migrate [math](https://github.com/starkware-libs/stone-prover/tree/main/src/starkware/math). Relatively self-contained, only about 300 lines of code.

good first issue
implementation

migrate [randomness](https://github.com/starkware-libs/stone-prover/tree/main/src/starkware/randomness). Relatively small part of the code-base, will rely on finding a decent blake2 hashing library.

good first issue
implementation