RustZK
A pure Rust implementation of the ZK attendance device protocol.
📦 Installation
Add rustzk to your Cargo.toml.
From Crates.io
[]
= "0.1.0"
From GitHub
[]
= { = "https://github.com/vkaylee/rustzk" }
Local Path (for development within workspace)
[]
= { = "../rustzk" }
🚀 Usage Example
use ZK;
📜 License
MIT
🙏 Acknowledgements
This project is a Rust port of the pyzk library. Special thanks to the original authors for their work on the ZK protocol implementation.