1
0
mirror of synced 2025-02-10 22:56:51 +00:00

fix one missing type

This commit is contained in:
thomaslavaur 2024-09-06 08:19:39 +02:00
parent 83139f9f12
commit d2127d494b

View File

@ -25,7 +25,7 @@ pub struct EquivalencePrivate {
impl EquivalencePrivate {
pub fn new(
coefficients: Vec<Fr>,
coefficients: Vec<[u8; 32]>,
) -> Self {
Self {
coefficients,