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 1d4fb3f commit 7acd940Copy full SHA for 7acd940
src/lib/proof-system/zkprogram.ts
@@ -169,7 +169,7 @@ async function verify(
169
}
170
171
/**
172
- * Serializeable representation of a Pickles proof, useful for caching compiled proofs.
+ * Serializable representation of a Pickles proof, useful for caching compiled proofs.
173
*/
174
type JsonProof = {
175
/** Array of string, where each string is a `Field` in the publicInput of this proof */
0 commit comments