Copyright | Aleksandr Krupenkin 2016-2021 |
---|---|
License | Apache-2.0 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | unportable |
Safe Haskell | None |
Language | Haskell2010 |
Cryptonite Blake2b wrappers.
Synopsis
- blake2_64 :: ByteString -> ByteString
- blake2_128 :: ByteString -> ByteString
- blake2_256 :: ByteString -> ByteString
- blake2_512 :: ByteString -> ByteString
Documentation
blake2_64 :: ByteString -> ByteString Source #
Blake2b with 64 bit output.
blake2_128 :: ByteString -> ByteString Source #
Blake2b with 128 bit output.
blake2_256 :: ByteString -> ByteString Source #
Blake2b with 256 bit output.
blake2_512 :: ByteString -> ByteString Source #
Blake2b with 512 bit output.