affinidi-secrets-resolver
DID secret management for the Affinidi Trust Development Kit. Handles storage, resolution, and cryptographic operations for DID-associated private keys.
Installation
[]
= "0.5"
Feature Flags
| Feature | Default | Description |
|---|---|---|
ed25519 |
Yes | Ed25519 and X25519 key support |
p256 |
Yes | P-256 (secp256r1) key support |
p384 |
Yes | P-384 key support |
k256 |
Yes | secp256k1 key support |
WASM Support
This crate supports wasm32 targets with the getrandom/wasm_js feature
automatically enabled.
Related Crates
affinidi-crypto— Cryptographic primitives (dependency)affinidi-encoding— Multibase encoding (dependency)affinidi-did-authentication— DID authentication built on this crate