diff options
Diffstat (limited to 'third_party/tinysha256/README.md')
| -rw-r--r-- | third_party/tinysha256/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/tinysha256/README.md b/third_party/tinysha256/README.md new file mode 100644 index 0000000..b4598ca --- /dev/null +++ b/third_party/tinysha256/README.md @@ -0,0 +1,8 @@ +# tinysha256 (bundled) + +Public-domain SHA-256 for HyBBX password hashing. + +- `tinysha256.c` / `tinysha256.h` — compiled into `hybbx_core` +- Adapted from the [983/SHA-256](https://github.com/983/SHA-256) implementation (The Unlicense) + +HyBBX stores passwords as `{sha256}` + 64 lowercase hex digits. |
