From 20cb29c2f8c5c87bc590896854a20b1473ceb358 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sat, 8 Aug 2026 03:54:55 +0000 Subject: #2 --- third_party/tinysha256/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 third_party/tinysha256/README.md (limited to 'third_party/tinysha256/README.md') 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. -- cgit v1.3.1