summaryrefslogtreecommitdiff
path: root/third_party/tinysha256/README.md
blob: b4598ca20464e3af0f01cac9c988a326a8cbbb1f (plain)
1
2
3
4
5
6
7
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.
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com