Preparing search index...
The search index is not available
@docknetwork/crypto-wasm-ts
@docknetwork/crypto-wasm-ts
ParsedR1CSFile
Interface ParsedR1CSFile
The interface expected after parsing an R1CS file generated by Circom
interface
ParsedR1CSFile
{
constraints
:
[
object
,
object
,
object
]
;
curve
:
{
name
:
string
;
}
;
F
:
{
fromMontgomery
:
(
(
n
:
Uint8Array
)
=>
Uint8Array
)
;
}
;
n8
:
number
;
nOutputs
:
number
;
nPrvInputs
:
number
;
nPubInputs
:
number
;
nVars
:
number
;
}
Index
Properties
constraints
curve
F
n8
n
Outputs
n
Prv
Inputs
n
Pub
Inputs
n
Vars
Properties
constraints
constraints
:
[
object
,
object
,
object
]
curve
curve
:
{
name
:
string
;
}
F
F
:
{
fromMontgomery
:
(
(
n
:
Uint8Array
)
=>
Uint8Array
)
;
}
n8
n8
:
number
n
Outputs
n
Outputs
:
number
n
Prv
Inputs
n
Prv
Inputs
:
number
n
Pub
Inputs
n
Pub
Inputs
:
number
n
Vars
n
Vars
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
constraints
curve
F
n8
n
Outputs
n
Prv
Inputs
n
Pub
Inputs
n
Vars
@docknetwork/crypto-wasm-ts
Loading...
The interface expected after parsing an R1CS file generated by Circom