Hello everyone, I was recently coding a program in rust, it is a receiver of sorts, but that is irrelevant, I have to work with SRP primitive functions to do things like calculating the server B public key and sending it to the client. I have tried using the srp crate but it is highly undocumented, specifically the function i really need, this is due to the full rewrite it received for whatever reason. I have tried to use the old version but this also means generating quite the conflicts with other dependencies, it is a big mess.
Does anyone have a well documented low level rust SRP library that they can recommend other than the srp crate?
Thanks