Variable cryptoConst

    crypto: DefaultCryptoProvider = ...

    Default singleton instance of the CryptoProvider.

    This is a pre-instantiated CryptoProvider instance that can be used throughout the application. It's recommended to use this singleton instance rather than creating new instances unless you need custom behavior.

    import { cryptoProvider } from '@klever/connect-crypto'

    // Use the default provider
    const keyPair = await cryptoProvider.generateKeyPair()