raaz-0.2.0: The raaz cryptographic library.

Safe HaskellNone
LanguageHaskell2010

Raaz.Cipher.ChaCha20.Implementation.CPortable

Description

Portable C implementation of ChaCha20.

Synopsis

Documentation

implementation :: SomeCipherI ChaCha20 Source #

The portable c implementation of chacha20 cipher.

chacha20Random :: Pointer -> BLOCKS ChaCha20 -> MT ChaCha20Mem () Source #

The chacha20 randomness generator.