Skip to main content
Version: dev

noir_js

Exports

Classes

ClassDescription
Noir-

Type Aliases

Type aliasDescription
CompiledCircuit-
ErrorWithPayload-
ForeignCallHandlerA callback which performs an foreign call and returns the response.
ForeignCallInput-
ForeignCallOutput-
InputMap-
WitnessMap-

Functions

FunctionDescription
andPerforms a bitwise AND operation between lhs and rhs
blake2s256Calculates the Blake2s256 hash of the input bytes
ecdsa_secp256k1_verifyVerifies a ECDSA signature over the secp256k1 curve.
ecdsa_secp256r1_verifyVerifies a ECDSA signature over the secp256r1 curve.
keccak256Calculates the Keccak256 hash of the input bytes
sha256Calculates the SHA256 hash of the input bytes
xorPerforms a bitwise XOR operation between lhs and rhs

Generated using typedoc-plugin-markdown and TypeDoc