mirror of
https://github.com/MPCStats/zk-stats-demo.git
synced 2026-01-08 21:28:00 -05:00
comments
This commit is contained in:
@@ -5,5 +5,8 @@ export async function verifyProof(
|
|||||||
verificationKeyPath: string,
|
verificationKeyPath: string,
|
||||||
srsPath: 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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user