| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Cardano.Crypto.Libsodium.Constants
Synopsis
- type CRYPTO_SHA256_BYTES = 32
- type CRYPTO_SHA512_BYTES = 64
- type CRYPTO_BLAKE2B_256_BYTES = 32
- type CRYPTO_SHA256_STATE_SIZE = 104
- type CRYPTO_SHA512_STATE_SIZE = 208
- type CRYPTO_BLAKE2B_STATE_SIZE = 384
- type CRYPTO_BLAKE2B_256_STATE_SIZE = CRYPTO_BLAKE2B_STATE_SIZE
- type CRYPTO_SIGN_ED25519_BYTES = 64
- type CRYPTO_SIGN_ED25519_SEEDBYTES = 32
- type CRYPTO_SIGN_ED25519_PUBLICKEYBYTES = 32
- type CRYPTO_SIGN_ED25519_SECRETKEYBYTES = 64
Documentation
type CRYPTO_SHA256_BYTES = 32 Source #
type CRYPTO_SHA512_BYTES = 64 Source #
type CRYPTO_BLAKE2B_256_BYTES = 32 Source #
type CRYPTO_SHA256_STATE_SIZE = 104 Source #
type CRYPTO_SHA512_STATE_SIZE = 208 Source #
type CRYPTO_BLAKE2B_STATE_SIZE = 384 Source #
type CRYPTO_BLAKE2B_256_STATE_SIZE = CRYPTO_BLAKE2B_STATE_SIZE Source #
Deprecated: Use CRYPTO_BLAKE2B_STATE_SIZE instead
type CRYPTO_SIGN_ED25519_BYTES = 64 Source #
type CRYPTO_SIGN_ED25519_SEEDBYTES = 32 Source #
type CRYPTO_SIGN_ED25519_PUBLICKEYBYTES = 32 Source #
type CRYPTO_SIGN_ED25519_SECRETKEYBYTES = 64 Source #