mirror of
https://github.com/MPCStats/zk-stats-demo.git
synced 2026-01-08 05:13:51 -05:00
comments
This commit is contained in:
@@ -5,5 +5,8 @@ export async function verifyProof(
|
||||
verificationKeyPath: string,
|
||||
srsPath: string,
|
||||
) {
|
||||
// TODO: use @ezkljs/engine to verify the proof
|
||||
// Data consumer should already have srsPath instead of getting it
|
||||
// from the data provider.
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user