walletkit-core 0.15.2

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

mod pop_backend_client;
mod recovery_bindings_manager;
mod tfh_nfc;
pub use tfh_nfc::TfhNfcIssuer;

pub use pop_backend_client::PopBackendClient;
pub use recovery_bindings_manager::RecoveryBindingManager;