-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Ed25519 algorithm for signing and verification
- Add signing and verification support for ed25519 algorithm. - Sign data and verify the signature using the ed25519 algorithm and SHA256 hash function. - Sign data and verify signatures using ECDSA and RSA algorithms. - Wrap error messages with the context to provide more information about the error. - Use constants and variables to improve code readability.
- Loading branch information
Showing
2 changed files
with
97 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters