mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
fix proof type
Former-commit-id: 5780a054831f30ae87aba7536714fbaa61161116 [formerly fa7447dd6d]
Former-commit-id: 78cb87a4c69d283890c86262d8dcf5c221b62133
This commit is contained in:
@@ -4,13 +4,11 @@ export interface Identity {
|
||||
}
|
||||
|
||||
export type Proof = {
|
||||
proof: {
|
||||
pi_a: Array<string>,
|
||||
pi_b: [ [Array<string>], [Array<string>], [Array<string>] ],
|
||||
pi_c: Array<string>
|
||||
protocol: string,
|
||||
curve: string
|
||||
},
|
||||
pi_a: Array<string>,
|
||||
pi_b: [ [Array<string>], [Array<string>], [Array<string>] ],
|
||||
pi_c: Array<string>
|
||||
protocol: string,
|
||||
curve: string
|
||||
}
|
||||
|
||||
export interface IProof {
|
||||
|
||||
Reference in New Issue
Block a user