@the-hashgraph-group-ag/cryptosuites-core
v0.1.1-alpha.0
Published
This package is a TypeScript/JavaScript library that implements the W3C Data Integrity specification. It provides the essential cryptographic primitives and interfaces needed to create, verify, and manage verifiable credentials and data integrity proofs a
Downloads
358
Keywords
Readme
@the-hashgraph-group-ag/cryptosuites-core
This package forms the foundation of the Hashgraph Cryptosuites SDK. It provides essential interfaces, utilities, and cryptographic primitives for implementing W3C Data Integrity specification compliant cryptographic operations on the Hedera network.
Features
- Core Interfaces: Exports fundamental interfaces for cryptographic operations and data integrity proofs.
- Cryptographic Primitives: Provides utilities for handling cryptographic keys, signatures, and verification operations.
- Data Integrity Support: Implements W3C Data Integrity specification for verifiable credentials and proofs.
- TypeScript Support: Built with TypeScript to enhance developer experience and code maintainability.
Installation
Install the package via npm:
npm install @the-hashgraph-group-ag/cryptosuites-coreUsage
Learn how to use the core interfaces and utilities for cryptographic operations in the Integration Guide.
API Reference
Comprehensive API documentation is available in the Core 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.
