Minor changes

Former-commit-id: 1282e3600c687647f637aec42f05d033266e1d33
This commit is contained in:
Lynix
2015-01-04 13:08:26 +01:00
parent a1624af969
commit e69c2982b9
4 changed files with 8 additions and 20 deletions

View File

@@ -770,14 +770,6 @@ void SHA224_Init(SHA_CTX* context)
SHA256_Internal_Init(context, sha224_initial_hash_value);
}
namespace
{
void SHA224_Internal_Transform(SHA_CTX* context, const nzUInt32* data)
{
SHA256_Internal_Transform(context, data);
}
}
void SHA224_Update(SHA_CTX* context, const nzUInt8 *data, std::size_t len)
{
SHA256_Update(context, data, len);