pub fn init<F: PrimeField>(path: &str, data: &Data<F>) -> Result<()>
Creates a file at path and fill it with data TODO: For now, we assume the data vector is smaller than SRS_SIZE
path
data