423 B
423 B
@the-order/crypto
KMS/HSM client, key management, and signatures for eIDAS/DID.
Usage
import { KMSClient, SignatureService } from '@the-order/crypto';
const kms = new KMSClient(config);
const signatureService = new SignatureService(kms);
const signature = await signatureService.sign(data, options);
Features
- KMS/HSM integration
- Key management
- Digital signatures
- eIDAS/DID support