This directory contains usage examples for the Tafrah ecosystem.
Start with auth-demo/README.md.
That example bundle is organized to help new users answer three questions quickly:
- How do I use Tafrah directly from Rust?
- How do I install the C ABI and call it from another language?
- How do I verify that key generation, encapsulation, signing, verification, and shared-library loading actually work end to end?
auth-demo/: cross-language, install-style examples for Rust, Python, C++, Go, Java, Kotlin, and JavaScript.
From the repository root:
make install PREFIX="$PWD/dist/install"
make examplesFor a richer Python-only proof:
make demo-python