Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,6 @@ The implementation uses constant-time conditional moves (`CMov`, `CSwap`) to pre
- **Base point B**: The standard Ed25519 generator
- **Group order L**: `2²⁵² + 27742317777372353535851937790883648493`

## Maintainer Release Workflow

1. Set `NUGET_API_KEY` in repository secrets.
2. Update `Version` in `src/Ed25519.csproj` for the intended release.
3. Push a tag in `vX.Y.Z` format (for example, `v1.0.5`).
4. GitHub Actions will build, test, pack, and publish `Dexcompiler.Ed25519` with `--skip-duplicate`.
5. The same tag workflow also creates a GitHub Release with autogenerated notes for that tag.
6. Verify package availability on nuget.org and test `dotnet add package Dexcompiler.Ed25519` in a clean project.

## License

MIT License
Loading