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 0271dd9 commit 7cbac24Copy full SHA for 7cbac24
src/examples/crypto/ecdsa/ecdsa.ts
@@ -68,7 +68,7 @@ const ecdsaEthers = ZkProgram({
68
* We can also use a different hash function with ECDSA, like SHA-256.
69
*/
70
const sha256AndEcdsa = ZkProgram({
71
- name: 'ecdsa',
+ name: 'ecdsa-sha256',
72
publicInput: Bytes32,
73
publicOutput: Bool,
74
0 commit comments