Support

We're here to help you get the most out of Truestamp. Find answers to common questions or get in touch with our support team.

Community & Updates

Share feedback, follow what we're building next, and see what just shipped. Each opens right here in a popup, so no separate account is needed.

Knowledge Base

Browse the concepts behind Truestamp. Pick a domain to explore, follow the links between concepts, or search across everything.

Merkle leaf

The bottom-level entry of a Merkle tree, hashed as SHA-256(0x00 || hash) under the RFC 6962 leaf prefix so it can never be confused with an interior node (prefix 0x01); block-tree leaves are item and entropy observation hashes, epoch-tree leaves are block hashes.

Overview

A Merkle leaf is a bottom-level entry of a Merkle tree: one input item, represented by its 32-byte SHA-256 hash. Leaves are hashed under the RFC 6962 leaf prefix, leaf = SHA-256(0x00 || hash), while interior nodes use the 0x01 prefix, so a leaf hash can never be passed off as a node hash or vice versa; this domain separation is explained in the RFC 6962 Merkle tree and, system-wide, in hashing domain separation. In a Truestamp block’s tree the leaves are the item hashes and entropy observation hashes committed in that block; in an epoch’s tree the leaves are block hashes.

Get Help

API Documentation

Comprehensive guides for the REST and GraphQL APIs, including interactive documentation and code examples.

View API Docs

FAQ

Quick answers to the most commonly asked questions about timestamping and verification.

Browse FAQ

Email Support

Send us a message and our team will respond within 24 hours.

[email protected]

Security Issues

Report security vulnerabilities through our responsible disclosure program.

[email protected]