You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* cargo.toml changes and started no_std support
* importing alloc Vec and Box when no_std
* alloc Vec and Box
* halo2derive alloc imports
* lazy_static spin_no_std feature
* alloc imports fix
* maybe_rayon
* cfg std typo fix
* fixed -> ln(), imports and to_raw_bytes is std only method
* cargo.toml -> group optional deps
* maybe_rayon::join
* serde_arrays 0.2.0 for no_std support
* using std with asm
* core::arch::asm instead of std::arch::asm
* chore: clean deps
* bn256-table ci fix
* derive_serde CI fix
* No std ci (#1)
* removed std from cargo.toml features in default, bn256-table and derive_serde
* wip: fixing tests
* run ci on no_std_ci for checks
* typo fix
* removed comment
* removed ci_check branch from ci
* Ci (#2)
---------
Co-authored-by: David Nevado <[email protected]>
0 commit comments