aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/embeddable-dll-service/csharp/Keypair.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* embeddable-dll-service: add key generation function to replace bcryptJason A. Donenfeld2019-10-061-39/+7
| | | | | | BCrypt is Win10+ and kind of clunky to use. The tunnel.dll binary has this code in it anyway, so doing it there doesn't actually increase the size of the binary.
* embeddable-dll-service: add csharp example codeJason A. Donenfeld2019-10-061-0/+65