diff --git a/README.md b/README.md index 50d54c0..ec930d8 100644 --- a/README.md +++ b/README.md @@ -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