diff --git a/doc/manual/source/protocols/json/hash.md b/doc/manual/source/protocols/json/hash.md index 988c8466b..f2af5303f 100644 --- a/doc/manual/source/protocols/json/hash.md +++ b/doc/manual/source/protocols/json/hash.md @@ -2,28 +2,16 @@ ## Examples -### SHA-256 with Base64 encoding - -```json -{{#include schema/hash-v1/sha256-base64.json}} -``` - -### SHA-256 with Base16 (hexadecimal) encoding +### SHA-256 ```json {{#include schema/hash-v1/sha256-base16.json}} ``` -### SHA-256 with Nix32 encoding +### BLAKE3 ```json -{{#include schema/hash-v1/sha256-nix32.json}} -``` - -### BLAKE3 with Base64 encoding - -```json -{{#include schema/hash-v1/blake3-base64.json}} +{{#include schema/hash-v1/blake3-base16.json}} ```