Skip to content

Commit

Permalink
feat: support zk signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Jun 19, 2024
1 parent d955615 commit 5fa2de5
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 257 deletions.
1 change: 1 addition & 0 deletions generated/ares_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export const SignatureResponse = /*@__PURE__*/ proto3.makeMessageType(
() => [
{ no: 1, name: 'bytes', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
{ no: 2, name: 'signature', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
{ no: 3, name: 'zk', kind: 'scalar', T: 8 /* ScalarType.BOOL */ },
],
)

Expand Down
Loading

0 comments on commit 5fa2de5

Please sign in to comment.