Static forConfigure the CryptoModule.
Options for configuring the CryptoModule.
A dynamic module with the configured CryptoModule.
The forRoot method allows configuration of the CryptoModule with the provided options.
// Example usage of forRoot method
imports: [CryptoModule.forRoot({ isGlobal: true })]
Generated using TypeDoc
Module for handling cryptographic operations.
Remarks
This module provides functionality related to cryptography and can be configured using the
forRootmethod. By default the module will be set as global module