A modern suite of cryptography tools, built for the plebian developer.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a TypeScript-based cryptography library designed for developers who need simple, modern tools for working with elliptic curve cryptography (ECC) and related operations. It provides a comprehensive suite of modules including ECDH key exchange, hashing functions, BIP-0032 hierarchical deterministic key derivation, secp256k1 key pair management, big integer math operations, merkle tree utilities, and BIP-0340 schnorr signature signing and verification. The library is built to work in both Node.js and browser environments, returns data in a flexible `Buff` format for easy conversion between formats, and leverages the well-audited @noble/curves library for secure ECC operations. It's ideal for developers building blockchain applications, cryptographic protocols, or any system requiring robust, easy-to-use cryptographic primitives.