Open source
Published Rust crates and TypeScript packages under @tigthor. Production-tested in HFT, encryption, and networking stacks.
p2p-net-oura
Production peer-to-peer networking stack — gossipsub-style mesh, NAT-traversal helpers, custom transport adapters. Battle-tested through HIP-4 prediction-market deployments.
cargo add p2p-net-ouralibp2p-mdns-ouro
Patched libp2p mDNS discovery layer with custom service-name namespacing, opt-in IPv6, and faster cooldown semantics. Drop-in replacement when you need predictable peer discovery on noisy LAN segments.
cargo add libp2p-mdns-ouro@tigthor/kokocrypt
Quantum-resistant encryption for Node.js, NestJS, Kafka, and browser clients. Hybrid classical + Kyber/Dilithium primitives, AES-256-GCM payload encryption, deterministic key derivation, ergonomic Next.js Route Handler API.
npm i @tigthor/kokocrypt@tigthor/encyption-utils
Lightweight encryption/decryption utility for TypeScript. Symmetric AES-GCM helpers, key-derivation primitives, constant-time comparators. Zero external dependencies — Web Crypto + node:crypto only.
npm i @tigthor/encyption-utils