team-telnyx / telnyx-dotnet

.NET SDK for the Telnyx API
MIT License
9 stars 9 forks source link

Heavy CPU usage? #64

Closed Thorium closed 8 months ago

Thorium commented 2 years ago

Just a question... What is the dependency to: Rebex.Elliptic.Ed25519 After adding the Telnyx client, the server CPU jumped significantly.

Are you mining Bitcoins in the client?

ADandyGuyInSpace commented 8 months ago

Ed25519 is a public-key signature method for cryptography: https://ed25519.cr.yp.to/. Our webhook signatures and the like are verified as such. More info at the bottom here: https://support.telnyx.com/en/articles/4334722-how-to-leverage-webhooks#h_4a98d6c1d5

Unfortunately, not that kind of crypto.