libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
sha1.h File Reference
#include <cstdint>
#include <cstddef>
#include <promeki/core/namespace.h>
#include <promeki/core/bytearray.h>
Include dependency graph for sha1.h:

Go to the source code of this file.

Typedefs

using SHA1Digest = ByteArray< 20 >
 Result type for a SHA-1 hash (20 bytes / 160 bits).
 

Functions

SHA1Digest sha1 (const void *data, size_t len)
 Computes the SHA-1 hash of a block of data.
 

Detailed Description

See LICENSE file in the project root folder for license information.