gini-crypto-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Gini.Crypto.Types.Internal

Synopsis

Documentation

newtype CryptoConfig #

Configuration value used by the entire gini-crypto package.

Constructors

CryptoConfig 

Fields

class HasCryptoConfig env where #

An environment which contains a CryptoConfig.

Minimal complete definition

cryptoConfigL

Methods

cryptoConfigL :: Lens' env CryptoConfig #

Lens to get or set the CryptoConfig