walletkit-core 0.10.0

Reference implementation for the World ID Protocol. Core functionality to use a World ID.
1
2
3
4
5
//! Logic for different specific issuers of Credentials in World ID.

mod tfh_nfc;

pub use tfh_nfc::TfhNfcIssuer;