Registry / crypto / ic-certification

ic-certification

JSON →
library3.2.0rscratesunverified

Types related to the Internet Computer Public Specification for certification.

# Cargo.toml [dependencies] ic-certification = "3.2.0"
INSTALL
IMPORT
SIG · IC-CERTIFICATION
I
ic-certification
cryptorustv3.2.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.

Certificate
use ic_certification::Certificate;

Creates a default certificate.

use ic_certification::Certificate; fn main() { let cert = Certificate::default(); println!("{:?}", cert); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
ic-certification — cargo add ic-certification · libregistry