Skip to main content
Version: v0.28.0

noir_js

Exports

Classes

ClassDescription
Noir-

Type Aliases

Type aliasDescription
ForeignCallHandlerA callback which performs an foreign call and returns the response.
ForeignCallInput-
ForeignCallOutput-
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

References

CompiledCircuit

Renames and re-exports InputMap


ProofData

Renames and re-exports InputMap

Variables

InputMap

InputMap: any;

Generated using typedoc-plugin-markdown and TypeDoc