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

Investigate equivalent dependency libraries from the starkware C++ implementation

Open thor314 opened this issue 1 year ago • 2 comments

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
  • [ ] jsoncpp

thor314 avatar Nov 01 '23 13:11 thor314

https://crates.io/crates/serde_json for jsoncpp, i believe this should suffice, also earlier I had linked the crate for blake2 here's a good video to understand how blake2 works (a good video for beginners maybe(?)) https://www.youtube.com/watch?v=icEnsXiO378

agnxsh avatar Nov 09 '23 12:11 agnxsh

serde_json probably best ye, and cool I haven't looked at BLAKE2's design, maybe link to it in a doc comment or a README page about tools we're using where relevant

thor314 avatar Nov 10 '23 06:11 thor314