w3f / fflonk

Apache License 2.0
25 stars 7 forks source link

Finish no-std port #33

Closed davxy closed 1 year ago

davxy commented 1 year ago

The crate was not no-std yet.

HashSet is not available in no_std environments. Use BTreeSet instead Ref. https://stackoverflow.com/questions/65469712/what-do-i-replace-vec-and-hashset-with-in-a-no-std-environmement

swasilyev commented 1 year ago

Thank you. I was thinking that we probably don't need prover side no-std, but we can get back to that later when we integrate https://github.com/paritytech/ark-substrate