auths-core 0.1.1

Core cryptography and keychain integration for Auths
Documentation
1
2
3
4
5
6
7
//! Clock port for injectable time.

// ClockProvider and SystemClock live in auths-verifier (the foundation layer
// used by both auths-core and auths-verifier). Re-exported here so that all
// existing imports of `auths_core::ports::clock::*` continue to compile
// unchanged.
pub use auths_verifier::clock::{ClockProvider, SystemClock};