Joedb 10.2.1
The Journal-Only Embedded Database
|
#include <array>
#include <stdint.h>
#include <cstring>
Go to the source code of this file.
Classes | |
class | joedb::SHA_256 |
Compute SHA 256 hash code: https://en.wikipedia.org/wiki/SHA-2. More... | |
Namespaces | |
namespace | joedb |
Functions | |
constexpr uint32_t | joedb::rotr (uint32_t x, uint8_t n) |
Rotate x n bits to the right. | |