av_sha_size

@defgroup lavu_sha SHA @ingroup lavu_hash SHA-1 and SHA-256 (Secure Hash Algorithm) hash function implementations.

This module supports the following SHA hash functions:

- SHA-1: 160 bits - SHA-224: 224 bits, as a variant of SHA-2 - SHA-256: 256 bits, as a variant of SHA-2

@see For SHA-384, SHA-512, and variants thereof, see @ref lavu_sha512.

@{

extern (C) @nogc nothrow extern __gshared const
int av_sha_size;

Meta