#Looking for a good rust SRP crate

4 messages · Page 1 of 1 (latest)

earnest hawk
#

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

#

Looking for a good rust SRP crate

#

i do not know how to work with equations part of SRP, the srp crate has a function called calculate_b_pub but it requires 4 REALLY low level arguments which i have no idea where to pull from. the crate mentions nothing about how to get them as far as i can tell.