Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Bindings.Nettle.Hash.Legacy
Documentation
c'MD5_DIGEST_SIZE :: Num a => a Source #
c'MD5_DATA_SIZE :: Num a => a Source #
Constructors
C'md5_ctx | |
Instances
Eq C'md5_ctx Source # | |
Show C'md5_ctx Source # | |
Storable C'md5_ctx Source # | |
Defined in Bindings.Nettle.Hash.Legacy Methods sizeOf :: C'md5_ctx -> Int Source # alignment :: C'md5_ctx -> Int Source # peekElemOff :: Ptr C'md5_ctx -> Int -> IO C'md5_ctx Source # pokeElemOff :: Ptr C'md5_ctx -> Int -> C'md5_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'md5_ctx Source # pokeByteOff :: Ptr b -> Int -> C'md5_ctx -> IO () Source # |
c'MD2_DIGEST_SIZE :: Num a => a Source #
c'MD2_DATA_SIZE :: Num a => a Source #
Constructors
C'md2_ctx | |
Instances
Eq C'md2_ctx Source # | |
Show C'md2_ctx Source # | |
Storable C'md2_ctx Source # | |
Defined in Bindings.Nettle.Hash.Legacy Methods sizeOf :: C'md2_ctx -> Int Source # alignment :: C'md2_ctx -> Int Source # peekElemOff :: Ptr C'md2_ctx -> Int -> IO C'md2_ctx Source # pokeElemOff :: Ptr C'md2_ctx -> Int -> C'md2_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'md2_ctx Source # pokeByteOff :: Ptr b -> Int -> C'md2_ctx -> IO () Source # |
c'MD4_DIGEST_SIZE :: Num a => a Source #
c'MD4_DATA_SIZE :: Num a => a Source #
Constructors
C'md4_ctx | |
Instances
Eq C'md4_ctx Source # | |
Show C'md4_ctx Source # | |
Storable C'md4_ctx Source # | |
Defined in Bindings.Nettle.Hash.Legacy Methods sizeOf :: C'md4_ctx -> Int Source # alignment :: C'md4_ctx -> Int Source # peekElemOff :: Ptr C'md4_ctx -> Int -> IO C'md4_ctx Source # pokeElemOff :: Ptr C'md4_ctx -> Int -> C'md4_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'md4_ctx Source # pokeByteOff :: Ptr b -> Int -> C'md4_ctx -> IO () Source # |
c'RIPEMD160_DIGEST_SIZE :: Num a => a Source #
c'RIPEMD160_DATA_SIZE :: Num a => a Source #
data C'ripemd160_ctx Source #
Constructors
C'ripemd160_ctx | |
Instances
Eq C'ripemd160_ctx Source # | |
Defined in Bindings.Nettle.Hash.Legacy Methods (==) :: C'ripemd160_ctx -> C'ripemd160_ctx -> Bool Source # (/=) :: C'ripemd160_ctx -> C'ripemd160_ctx -> Bool Source # | |
Show C'ripemd160_ctx Source # | |
Defined in Bindings.Nettle.Hash.Legacy | |
Storable C'ripemd160_ctx Source # | |
Defined in Bindings.Nettle.Hash.Legacy Methods sizeOf :: C'ripemd160_ctx -> Int Source # alignment :: C'ripemd160_ctx -> Int Source # peekElemOff :: Ptr C'ripemd160_ctx -> Int -> IO C'ripemd160_ctx Source # pokeElemOff :: Ptr C'ripemd160_ctx -> Int -> C'ripemd160_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'ripemd160_ctx Source # pokeByteOff :: Ptr b -> Int -> C'ripemd160_ctx -> IO () Source # peek :: Ptr C'ripemd160_ctx -> IO C'ripemd160_ctx Source # poke :: Ptr C'ripemd160_ctx -> C'ripemd160_ctx -> IO () Source # |
c'nettle_ripemd160_init :: Ptr C'ripemd160_ctx -> IO () Source #
c'nettle_ripemd160_update :: Ptr C'ripemd160_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_ripemd160_init :: FunPtr (Ptr C'ripemd160_ctx -> IO ()) Source #
c'nettle_ripemd160_digest :: Ptr C'ripemd160_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_ripemd160_update :: FunPtr (Ptr C'ripemd160_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
p'nettle_ripemd160_digest :: FunPtr (Ptr C'ripemd160_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
c'SHA1_DIGEST_SIZE :: Num a => a Source #
c'SHA1_DATA_SIZE :: Num a => a Source #
data C'sha1_ctx Source #
Constructors
C'sha1_ctx | |
Instances
Eq C'sha1_ctx Source # | |
Defined in Bindings.Nettle.Hash.Legacy Methods (==) :: C'sha1_ctx -> C'sha1_ctx -> Bool Source # (/=) :: C'sha1_ctx -> C'sha1_ctx -> Bool Source # | |
Show C'sha1_ctx Source # | |
Defined in Bindings.Nettle.Hash.Legacy | |
Storable C'sha1_ctx Source # | |
Defined in Bindings.Nettle.Hash.Legacy Methods sizeOf :: C'sha1_ctx -> Int Source # alignment :: C'sha1_ctx -> Int Source # peekElemOff :: Ptr C'sha1_ctx -> Int -> IO C'sha1_ctx Source # pokeElemOff :: Ptr C'sha1_ctx -> Int -> C'sha1_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'sha1_ctx Source # pokeByteOff :: Ptr b -> Int -> C'sha1_ctx -> IO () Source # peek :: Ptr C'sha1_ctx -> IO C'sha1_ctx Source # poke :: Ptr C'sha1_ctx -> C'sha1_ctx -> IO () Source # |
c'nettle_sha1_init :: Ptr C'sha1_ctx -> IO () Source #
c'nettle_sha1_update :: Ptr C'sha1_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_sha1_init :: FunPtr (Ptr C'sha1_ctx -> IO ()) Source #
c'nettle_sha1_digest :: Ptr C'sha1_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_sha1_update :: FunPtr (Ptr C'sha1_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
p'nettle_sha1_digest :: FunPtr (Ptr C'sha1_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
c'GOSTHASH94_DIGEST_SIZE :: Num a => a Source #
c'GOSTHASH94_DATA_SIZE :: Num a => a Source #
data C'gosthash94_ctx Source #
Constructors
C'gosthash94_ctx | |
Instances
Eq C'gosthash94_ctx Source # | |
Defined in Bindings.Nettle.Hash.Legacy Methods (==) :: C'gosthash94_ctx -> C'gosthash94_ctx -> Bool Source # (/=) :: C'gosthash94_ctx -> C'gosthash94_ctx -> Bool Source # | |
Show C'gosthash94_ctx Source # | |
Defined in Bindings.Nettle.Hash.Legacy | |
Storable C'gosthash94_ctx Source # | |
Defined in Bindings.Nettle.Hash.Legacy Methods sizeOf :: C'gosthash94_ctx -> Int Source # alignment :: C'gosthash94_ctx -> Int Source # peekElemOff :: Ptr C'gosthash94_ctx -> Int -> IO C'gosthash94_ctx Source # pokeElemOff :: Ptr C'gosthash94_ctx -> Int -> C'gosthash94_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'gosthash94_ctx Source # pokeByteOff :: Ptr b -> Int -> C'gosthash94_ctx -> IO () Source # peek :: Ptr C'gosthash94_ctx -> IO C'gosthash94_ctx Source # poke :: Ptr C'gosthash94_ctx -> C'gosthash94_ctx -> IO () Source # |
c'nettle_gosthash94_init :: Ptr C'gosthash94_ctx -> IO () Source #
c'nettle_gosthash94_update :: Ptr C'gosthash94_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_gosthash94_init :: FunPtr (Ptr C'gosthash94_ctx -> IO ()) Source #
c'nettle_gosthash94_digest :: Ptr C'gosthash94_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_gosthash94_update :: FunPtr (Ptr C'gosthash94_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
p'nettle_gosthash94_digest :: FunPtr (Ptr C'gosthash94_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #