RustZK
A pure Rust implementation of the ZK attendance device protocol.
📦 Installation
Add rustzk to your Cargo.toml.
From Crates.io
[]
= "0.2.1"
From GitHub
[]
= { = "https://github.com/vkaylee/rustzk" }
🚀 Usage Example
use ;
📜 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.