https://github.com/soenneker/soenneker.cryptography.ed25519
A lightweight C# library providing utilities for verifying Ed25519 digital signatures using public keys
https://github.com/soenneker/soenneker.cryptography.ed25519
cryptography csharp dotnet ed25519 ed25519util signing util verification verify
Last synced: 2 months ago
JSON representation
A lightweight C# library providing utilities for verifying Ed25519 digital signatures using public keys
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.cryptography.ed25519
- Owner: soenneker
- License: mit
- Created: 2025-07-21T01:29:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-04-21T01:12:22.000Z (2 months ago)
- Last Synced: 2026-04-21T03:03:05.556Z (2 months ago)
- Topics: cryptography, csharp, dotnet, ed25519, ed25519util, signing, util, verification, verify
- Language: C#
- Homepage: https://soenneker.com
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.cryptography.ed25519/)
[](https://github.com/soenneker/soenneker.cryptography.ed25519/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.cryptography.ed25519/)
[](https://github.com/soenneker/soenneker.cryptography.ed25519/actions/workflows/codeql.yml)
#  Soenneker.Cryptography.Ed25519
### A lightweight C# library providing utilities for verifying Ed25519 digital signatures using public keys
## Installation
```
dotnet add package Soenneker.Cryptography.Ed25519
```