Use cryptographic primitives in Noir
masterNoir provides a standard library of cryptographic primitives that can be used directly in your circuits. These primitives are being progressively added to the language.
Important Note on Backends: Some cryptographic methods are implemented via the Aztec backend rather than being performed natively using Noir code. If you switch to a different backend, these specific methods may not be available. Always verify backend compatibility when relying on specific cryptographic functions.