NetSparkleUpdater / NetSparkle

NetSparkle is a C#, cross-platform, highly-configurable software update framework with pre-built UI for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 signatures. View basic usage here in the README and try the samples for yourself.
https://netsparkleupdater.github.io/NetSparkle/
MIT License
606 stars 84 forks source link

NSec.Cryptography dependency #462

Closed christophwille closed 1 year ago

christophwille commented 1 year ago

I might be missing something, but except for the NetSparkle.csproj I seem to not be able to find any usage.

Edit: was the intention to use it for 25519 verification like eg https://gist.github.com/ezekg/e96ef9c71a8f97b9ffcb487b73bfe248 (instead of Bouncy Castle)?

Deadpikle commented 1 year ago

You are 100% right. This looks like it is a legacy "oops" that I missed in #98. Will remove.

Thanks for reporting!