//! Utility functions for BLAKE2b
/// Returns the size of the BLAKE2b state in bytes
///
/// This function returns the size of the internal state used by the BLAKE2b hash function.
/// Returns the size of the BLAKE2b salt in bytes
///
/// This function returns the size of the BLAKE2b salt in bytes,
/// which is always 16 bytes.
/// Returns the size of the BLAKE2b personalization in bytes
///
/// This function returns the size of the BLAKE2b personalization in bytes,
/// which is always 16 bytes.
/// Returns the default size of the BLAKE2b key in bytes
///
/// This function returns the default size of the BLAKE2b key in bytes,
/// which is always 32 bytes.