noir_js
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 | - |
Variables
InputMap
InputMap: any;
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. |
| xor | Performs a bitwise XOR operation between lhs and rhs |
References
CompiledCircuit
Renames and re-exports InputMap