Joedb 10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
SHA_256.h File Reference
#include <array>
#include <stdint.h>
#include <cstring>
Include dependency graph for SHA_256.h:
This graph shows which files directly or indirectly include this file:

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.