Added Latex support for doc
All threads resolved!
All threads resolved!
Compare changes
+ 20
− 12
@@ -31,14 +31,6 @@ pub struct Shard<F: PrimeField> {
@@ -53,9 +45,19 @@ impl<F: PrimeField> Shard<F> {
@@ -102,7 +104,10 @@ pub fn recode_with_coeffs<F: PrimeField>(shards: &[Shard<F>], coeffs: &[F]) -> O
@@ -139,7 +144,10 @@ pub fn recode_random<F: PrimeField>(shards: &[Shard<F>], rng: &mut impl RngCore)