cardano-crypto-class-2.0.0.0.0.0.0.2: Type classes abstracting over cryptography primitives for Cardano
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Crypto.Init

Description

Initialization for the library's functionality

Synopsis

Documentation

cryptoInit :: IO () Source #

Initialize all the functionality provided by this library. This should be called at least once before you use anything this library provides, in main.

It is safe to call this multiple times, but isn't necessary.

Note

This includes a call to sodiumInit.