#include <cstdint>#include <cstddef>#include <promeki/core/namespace.h>#include <promeki/core/bytearray.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. | |
See LICENSE file in the project root folder for license information.