walletkit-core 0.16.1

Reference implementation for the World ID Protocol. Core functionality to use a World ID.
1
2
3
4
5
6
7
8
9
10
//! 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::RecoveryBinding;
pub use recovery_bindings_manager::RecoveryBindingManager;