Cryptosuites SDK EdDSA v1 - API Reference

Complete API reference for the EdDSA v1 cryptosuite package, providing EdDSA-based cryptographic proof creation and verification capabilities for the W3C Data Integrity specification.

Quick Navigation

Core Classes

Exception Classes

Interfaces

Type Definitions

Constants

Package Information

Getting Started

npm install @the-hashgraph-group-ag/cryptosuites-eddsa-v1
import {
  EdDSAProofCreator,
  EdDSAProofVerifier,
  EdDSAProofOptions,
  EdDSA_ALGORITHM
} from '@the-hashgraph-group-ag/cryptosuites-eddsa-v1';