• caglararli@hotmail.com
  • 05386281520

Can SRP be implemented using libsodium

Çağlar Arlı      -    88 Views

Can SRP be implemented using libsodium

I am using libsodium for cryptography and I want to use SRP for key exchange. The wikipedia page lists a python example, but I am not sure if and how I could convert this to libsodium function calls.

Is it possible or would I need to implement some operations myself?