crate-crypto / rust-eth-kzg

Apache License 2.0
13 stars 5 forks source link

feat!: Add a ThreadCount enum for specifying the number of threads to use #225

Closed kevaundray closed 2 months ago

kevaundray commented 2 months ago

Breaking change

Instead of specifying the number of threads with a usize like 5, users can now specify it by doing ThreadCount::Multi(5)