This package provides Zstandard (Zstd) compression utilities for the Hiero DID SDK JS.
npm install @hiero-did-sdk/zstdThis package provides Zstandard (Zstd) compression utilities for the Hiero DID SDK JS.
- 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.
Install the package via npm:
``bash`
npm install @hiero-did-sdk/zstd
Learn how to use the Zstd module in the Usage Guide.
See detailed API specifications and available methods in the API Reference.
Learn more in the Zstd API Reference.
Unit tests are included to validate functionality. Run tests with:
`bash``
npm test
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
- 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.