diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-12 22:18:08 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-12 22:18:08 +0100 |
commit | 32b749262d305b5ce09d1fc0c02f40023033c9bd (patch) | |
tree | 9088d5309febd3102e758b3f82d0eede4b26bac5 /doc | |
parent | 2731017aa88bf6baaff787d7486d4248f9ca6ca0 (diff) | |
download | weareserver-32b749262d305b5ce09d1fc0c02f40023033c9bd.tar weareserver-32b749262d305b5ce09d1fc0c02f40023033c9bd.tar.bz2 weareserver-32b749262d305b5ce09d1fc0c02f40023033c9bd.tar.zst |
sha256 -> blake3
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.md b/doc/protocol.md index 63355dd..7324637 100644 --- a/doc/protocol.md +++ b/doc/protocol.md @@ -34,5 +34,5 @@ encoded text. ## Resources -Resources are reusable things. They are identified by the SHA-256 hash of their +Resources are reusable things. They are identified by the BLAKE3 hash of their serialized content. See [resources.md](./resources.md) |