Skip to content

Commit

Permalink
Update verifier name and prover
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 12, 2024
1 parent 9d3566f commit 7caa7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/utils/JwtGroth16Verifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

pragma solidity >=0.7.0 <0.9.0;

contract Groth16Verifier {
contract JwtGroth16Verifier {
// Scalar field size
uint256 constant r =
21888242871839275222246405745257275088548364400416034343698204186575808495617;
Expand Down
1 change: 1 addition & 0 deletions packages/prover/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM python:3.10


RUN apt-get update && apt-get upgrade -y
# Update the package list and install necessary dependencies
RUN apt-get update && \
Expand Down

0 comments on commit 7caa7ce

Please sign in to comment.