Terp Network Docs

Crypto

Cryptographic primitives used in Terp Network — hash functions, elliptic curves, key pairs, Merkle structures, zero-knowledge proofs, post-quantum readiness

Cryptography on Terp Network

Cryptography is the foundation of every trust-minimized system. Terp Network uses cryptographic primitives at every layer — from account authentication to block finalization to cross-chain proofs.

Where Terp Uses Cryptography

LayerCryptographic PrimitiveWhat It Does
Account authenticationsecp256k1 / Ed25519 digital signaturesVerifies transaction senders
Block headersSHA-256 hashingApp hash, last block hash chain
State storageIAVL Merkle tree (SHA-256)Merklized state root at every block
IBC light clientsHash chains + signature verificationVerify counterparty chain state
Smart account authenticatorsHash-based commitmentsSafe-word hashes, credential verification
ZK PollRegistryPoseidon hash + ZK-SNARKPrivate vote aggregation
Content addressingBLAKE3 hashingIPFS CIDs, code verification
ConsensusEd25519 (CometBFT)Validator signature aggregation

Cryptographic Primitives

On this page