noir_js
Exports
Classes
Class | Description |
---|---|
Noir | - |
Type Aliases
Type alias | Description |
---|---|
ErrorWithPayload | - |
ForeignCallHandler | A callback which performs an foreign call and returns the response. |
ForeignCallInput | - |
ForeignCallOutput | - |
WitnessMap | - |
Functions
Function | Description |
---|---|
and | Performs a bitwise AND operation between lhs and rhs |
blake2s256 | Calculates the Blake2s256 hash of the input bytes |
ecdsa_secp256k1_verify | Verifies a ECDSA signature over the secp256k1 curve. |
ecdsa_secp256r1_verify | Verifies a ECDSA signature over the secp256r1 curve. |
keccak256 | Calculates the Keccak256 hash of the input bytes |
sha256 | Calculates the SHA256 hash of the input bytes |
xor | Performs a bitwise XOR operation between lhs and rhs |
References
CompiledCircuit
Renames and re-exports InputMap
ProofData
Renames and re-exports InputMap
Variables
InputMap
InputMap: any;
Generated using typedoc-plugin-markdown and TypeDoc