{{#include hash-v1-fixed.md}} ## Examples ### SHA-256 with Base64 encoding ```json {{#include schema/hash-v1/sha256-base64.json}} ``` ### SHA-256 with Base16 (hexadecimal) encoding ```json {{#include schema/hash-v1/sha256-base16.json}} ``` ### SHA-256 with Nix32 encoding ```json {{#include schema/hash-v1/sha256-nix32.json}} ``` ### BLAKE3 with Base64 encoding ```json {{#include schema/hash-v1/blake3-base64.json}} ```