Skip to content

Applications

Code samples and example implementations using cuPQC SDK.


SHA-2 Hash Function

Tutorial Hash Function

Step-by-step guide to building a SHA-256 hash application using cuPQC SDK. Learn how to use GPU-accelerated SHA-2 hashing for data integrity verification.

Poseidon2 Hash Function

Tutorial Hash Function

Step-by-step guide to building a Poseidon2 hash application using cuPQC SDK. Learn how to use GPU-accelerated Poseidon2, a zero-knowledge-friendly hash function designed for efficient use in ZK proof systems.

Merkle Tree Membership Proof

Tutorial Merkle Proof

Step-by-step guide to building a complete Merkle tree membership proof application using cuPQC SDK. Learn how to generate trees, create proofs, and verify them with GPU acceleration.

PQC: ML-KEM & ML-DSA

Code Sample PQC

Complete ML-KEM and ML-DSA implementation code with minimal explanation. Quick reference for developers familiar with cuPQC SDK.