Skip to content
Snippets Groups Projects

Draft: Doc joss

Closed PERENNOU Tanguy requested to merge doc-joss into main
Files
6
+ 1
1
@@ -9,7 +9,7 @@ use ark_std::rand::{Rng, RngCore};
use crate::error::KomodoError;
/// A matrix defined over a finite field, as defined in [`ark_ff::Field`], e.g.
/// [`ark_bls12_381::Fr`] (FIXME: fix doc link to `ark_bls12_381::Fr`).
/// [`ark_bls12_381::Fr`](https://docs.rs/ark-bls12-381/0.4.0/ark_bls12_381/type.Fr.html).
///
/// Internally, a matrix is just a vector of field elements whose length is
/// exactly the width times the height and where elements are organized row by
Loading