mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-01-10 14:58:05 -05:00
refactor(utils): split the packed base type into two for better docs (#388)
This commit is contained in:
@@ -16,7 +16,7 @@ export type PackedGroth16Proof = [
|
||||
NumericString
|
||||
]
|
||||
|
||||
type PackedProofBase = [
|
||||
export type PackedPlonkProof = [
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
@@ -43,6 +43,29 @@ type PackedProofBase = [
|
||||
NumericString
|
||||
]
|
||||
|
||||
export type PackedPlonkProof = PackedProofBase
|
||||
|
||||
export type PackedFflonkProof = PackedProofBase
|
||||
export type PackedFflonkProof = [
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString,
|
||||
NumericString
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user