My cryptographic library accelerates Rust: * <https://github.com/mratsim/constantine/tree/9fa6c1c/constantine-rust>
In particular this: <https://github.com/mratsim/constantine/blob/12f5686/constantine-rust/constantine-halo2-zal/src/lib.rs> Implements the traits: <https://github.com/privacy-scaling-explorations/halo2/blob/9eedeb5/halo2_middleware/src/zal.rs> as described in <https://github.com/privacy-scaling-explorations/halo2/issues/216> And this: <https://github.com/mratsim/constantine/blob/9f85b83/constantine-rust/constantine-ethereum-kzg/src/lib.rs> accelerates: <https://github.com/grandinetech/rust-kzg>