@hiero-did-sdk/crypto
v0.1.7
Published
This package provides cryptographic utilities for the Hiero DID SDK JS.
Readme
@hiero-did-sdk/crypto
This package provides cryptographic utilities for the Hiero DID SDK JS.
Features
- SHA-256 Hashing: Provides a simple API for generating SHA-256 hashes.
- Cross-Platform Compatibility: Automatically detects and uses the appropriate cryptographic implementation based on the runtime environment.
- TypeScript Support: Built with TypeScript to enhance developer experience and code maintainability.
Installation
Install the package via npm:
npm install @hiero-did-sdk/cryptoUsage
Learn how to use the Crypto module in the Usage Guide.
API Reference
See detailed API specifications and available methods in the 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.
References
- Hiero DID SDK - The official repository for the Hashgraph DID SDK, containing the complete source code and documentation.
- Hedera JavaScript SDK - The official Hedera JavaScript SDK, used for interacting with the Hedera network.
