mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
fix proof type
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