Registry / crypto / tor-checkable

tor-checkable

JSON →
library0.43.0rscratesunverified

Types to ensure that signed or time-bound data is validated before use.

# Cargo.toml [dependencies] tor-checkable = "0.43.0"
INSTALL
IMPORT
SIG · TOR-CHECKABLE
T
tor-checkable
cryptorustv0.43.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Timebound
use tor_checkable::Timebound;

Creates a timebound data wrapper.

use tor_checkable::Timebound; fn main() { let data = Timebound::new(vec![1,2,3], None); println!("{:?}", data); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.43.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Resources
tor-checkable — cargo add tor-checkable · libregistry