We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54471f commit 9cf4cf2Copy full SHA for 9cf4cf2
src/lib/proof-system/verification-key.ts
@@ -38,6 +38,8 @@ const RAW_VERIFICATION_KEY = {
38
39
/**
40
* Validates a VerificationKey by checking its hash against the hash computed from its data in-circuit.
41
+ *
42
+ * Warning: This function is not meant to be used in provable code.
43
*
44
* @param vk - The verification key to validate
45
* @returns Promise<boolean> - true if the verification key is valid, false otherwise
0 commit comments