Skip to content

Commit 7cbac24

Browse files
committed
minor change
1 parent 0271dd9 commit 7cbac24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/crypto/ecdsa/ecdsa.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const ecdsaEthers = ZkProgram({
6868
* We can also use a different hash function with ECDSA, like SHA-256.
6969
*/
7070
const sha256AndEcdsa = ZkProgram({
71-
name: 'ecdsa',
71+
name: 'ecdsa-sha256',
7272
publicInput: Bytes32,
7373
publicOutput: Bool,
7474

0 commit comments

Comments
 (0)