This package provides the `verifier` class, a core component of the Hiero DID SDK. It enables digital signature verification for Decentralized Identifiers (DIDs) using the ED25519 algorithm.
npm install @hiero-did-sdk/verifier-internalThis package provides the Verifier class, a core component of the Hiero DID SDK. It enables digital signature verification for Decentralized Identifiers (DIDs) using the ED25519 algorithm. The Verifier class adheres to the Verifier interface, providing a standardized way to handle cryptographic operations within the Hedera DID ecosystem.
- Verification: Efficiently verify signatures, ensuring data integrity and authenticity within your DID implementations.
- Compatibility: Supports both raw and multibase-formatted keys for seamless integration with different systems and libraries.
- Security: Designed with security best practices to safeguard your private keys and ensure the reliability of signature operations.
Install the package via npm:
``bash`
npm install @hiero-did-sdk/verifier-internal
Learn how to use the Verifier class to verify signatures in the Verifier Guide.
Learn more in the Verifier 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 Hiero DID SDK, containing the complete source code and documentation.
- Hedera JavaScript SDK - The official Hedera JavaScript SDK, used for interacting with the Hedera network.