Registry / crypto / said
library0.5.2rscratesunverified

Self-Addressing identifier library for creating and verifying self-addressing identifiers.

# Cargo.toml [dependencies] said = "0.5.2"
INSTALL
IMPORT
SIG · SAID
S
said
cryptorustv0.5.2
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.

SelfAddressingIdentifier
use said::SelfAddressingIdentifier;

Creates a self-addressing identifier from data.

use said::SelfAddressingIdentifier; fn main() { let said = SelfAddressingIdentifier::new(b"test data"); println!("{:?}", said); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
said — cargo add said · libregistry