TinySHA1 - a header only implementation of the SHA1 algorithm in C++. Based on the implementation in boost::uuid::details. More...
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | sha1::SHA1 |
A tiny SHA1 algorithm implementation used internally in the Crow server (specifically in crow/websocket.h). More... | |
Namespaces | |
sha1 | |
Here is defined the SHA1 class. | |
TinySHA1 - a header only implementation of the SHA1 algorithm in C++. Based on the implementation in boost::uuid::details.
In this file are defined: