@hiero-did-sdk/zstd
v0.1.8
Published
This package provides Zstandard (Zstd) compression utilities for the Hiero DID SDK JS.
Downloads
3,693
Readme
@hiero-did-sdk/zstd
This package provides Zstandard (Zstd) compression utilities for the Hiero DID SDK JS.
Features
- Zstd Compression and Decompression: Provides a simple API for compressing and decompressing data using the Zstandard algorithm.
- Cross-Platform Compatibility: Automatically detects and uses the appropriate Zstd 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/zstdUsage
Learn how to use the Zstd module in the Usage Guide.
API Reference
See detailed API specifications and available methods in the API Reference.
API Reference
Learn more in the Zstd 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.
- Zstandard - The official Zstandard website, providing information about the compression algorithm used in this package.
