@the-hashgraph-group-ag/cryptosuites-eddsa-v1
v0.1.1-alpha.0
Published
Cryptosuites eddsa v1 package
Downloads
365
Keywords
Readme
@the-hashgraph-group-ag/cryptosuites-eddsa-v1
This package provides EdDSA (Edwards-curve Digital Signature Algorithm) v1 cryptosuite implementation for the Hashgraph Cryptosuites SDK. It implements the W3C Data Integrity specification for EdDSA-based cryptographic operations, enabling secure digital signatures and verification on the Hedera network.
Features
- EdDSA v1 Implementation: Complete implementation of EdDSA cryptographic algorithm for digital signatures.
- W3C Data Integrity Compliant: Follows the W3C Data Integrity specification for verifiable credentials and proofs.
- TypeScript Support: Built with TypeScript to enhance developer experience and code maintainability.
- Integration Ready: Seamlessly integrates with the other SDK components.
Installation
Install the package via npm:
npm install @the-hashgraph-group-ag/cryptosuites-eddsa-v1Usage
Learn how to use the EdDSA v1 cryptosuite for cryptographic operations in the Integration Guide.
API Reference
Comprehensive API documentation is available in the EdDSA v1 API Reference.
Running Tests
Unit tests are included to validate functionality. Run tests with:
npm testLicense
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
