BLAKE2b gadget #4604
Annotations
5 errors
Build examples:
src/examples/crypto/blake2b/blake2b.ts#L13
Type '(xs: Bytes12) => Promise<Bytes>' is not assignable to type '((xs: Bytes12) => Promise<Bytes>) & ((...args: TupleToInstances<[typeof Bytes12]>) => Promise<{ publicOutput: Bytes; }>)'.
|
Build examples:
src/examples/crypto/blake2b/run.ts#L14
Argument of type '{ proof: Proof<undefined, void>; auxiliaryOutput: undefined; }' is not assignable to parameter of type 'Proof<undefined, void>'.
|
Build examples:
src/examples/crypto/blake2b/run.ts#L16
Property 'publicOutput' does not exist on type '{ proof: Proof<undefined, void>; auxiliaryOutput: undefined; }'.
|
Build examples:
src/examples/crypto/blake2b/run.ts#L19
Property 'publicOutput' does not exist on type '{ proof: Proof<undefined, void>; auxiliaryOutput: undefined; }'.
|
Build examples
Process completed with exit code 2.
|
Loading