Audacity 3.2.0
|
Functions | |
void | sha256_transform (uint32_t state[8], const uint8_t data[64]) |
Variables | |
constexpr uint32_t | K [64] |
void crypto::anonymous_namespace{SHA256.cpp}::sha256_transform | ( | uint32_t | state[8], |
const uint8_t | data[64] | ||
) |
Definition at line 43 of file SHA256.cpp.
References crypto::SHA256::BLOCK_SIZE, CH, EP0, EP1, K, MAJ, SIG0, and SIG1.
Referenced by crypto::SHA256::Finalize(), and crypto::SHA256::Update().
|
constexpr |
Definition at line 19 of file SHA256.cpp.
Referenced by EBUR128::CalcWeightingFilter(), and sha256_transform().