Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed Aug 26, 2023
1 parent 5e2e7d7 commit 327a39c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/poseidon.zig
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,5 @@ pub fn Poseidon(comptime Fr: type, comptime w: u8) type {
Fr.mul(&r, r, e);
return r;
}

fn nonMont(a: Fr.MontgomeryDomainFieldElement) Fr.MontgomeryDomainFieldElement {
var j: Fr.NonMontgomeryDomainFieldElement = undefined;
Fr.fromMontgomery(&j, a);
return j;
}
};
}

0 comments on commit 327a39c

Please sign in to comment.