跳到主要内容

av_sha512_size

搜索

静态 av_sha512_size 

源代码
pub unsafe static av_sha512_size: c_int
展开描述

@defgroup lavu_sha512 SHA-512 @ingroup lavu_hash SHA-512 (Secure Hash Algorithm) hash function implementations.

This module supports the following SHA-2 hash functions:

  • SHA-512/224: 224 bits
  • SHA-512/256: 256 bits
  • SHA-384: 384 bits
  • SHA-512: 512 bits

@see For SHA-1, SHA-256, and variants thereof, see @ref lavu_sha.

@{