Registry / crypto / ssi-jwk

ssi-jwk

JSON →
library0.4.0rscratesunverified

Implementation of JSON Web Key (JWK) for the ssi library, supporting key management and cryptographic operations.

# Cargo.toml [dependencies] ssi-jwk = "0.4.0"
INSTALL
IMPORT
SIG · SSI-JWK
S
ssi-jwk
cryptorustv0.4.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.

JWK
use ssi_jwk::JWK;

Generate an Ed25519 key pair and print the public key as JWK.

use ssi_jwk::JWK; fn main() { let jwk = JWK::generate_ed25519(); println!("Public key: {:?}", jwk.to_public()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
ssi-jwk — cargo add ssi-jwk · libregistry