mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
* Fix egregious magic number. * Remove generic consts from core permutations. * Remove redundant `where` clauses. * Remove HashConfig and friends. * Refactor Permutation code. * Remove redundant `where` clauses and `use`s. * Introduce AlgebraicPermutation to wrap `[Target; WIDTH]`s. * Remove `generic_const_expr` feature from plonky2! * Remove `generic_const_expr` feature from plonky2! * Compile time fixed! Start removing `generic_const_expr` from evm. * Remove redundant `where` clauses from Starky. * Remove `generic_const_expr`s from benchmarks. * Remove redundant HASH_SIZE `where` clause. * Clippy. * Fix unrelated OsRng issue in `bench_recursion`. * Fix function doc.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.