Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- type Blake2b_40 = Blake2b 40
- newtype CryptoConfig = CryptoConfig {
- cryptoConfigDRG :: TVar ChaChaDRG
- class HasCryptoConfig env where
Documentation
type Blake2b_40 = Blake2b 40 #
newtype CryptoConfig #
Configuration value used by the entire gini-crypto package.
CryptoConfig | |
|
Instances
HasCryptoConfig CryptoConfig # | |
Defined in Gini.Crypto.Types.Internal |
class HasCryptoConfig env where #
An environment which contains a CryptoConfig
.
cryptoConfigL :: Lens' env CryptoConfig #
Lens to get or set the CryptoConfig
Instances
HasCryptoConfig CryptoConfig # | |
Defined in Gini.Crypto.Types.Internal |
Orphan instances
ByteArrayAccess ShortByteString # | |
length :: ShortByteString -> Int # withByteArray :: ShortByteString -> (Ptr p -> IO a) -> IO a # copyByteArrayToPtr :: ShortByteString -> Ptr p -> IO () # | |
(PrimType a, Prim a) => ByteArrayAccess (PrimArray a) # | |