aboutsummaryrefslogtreecommitdiff
path: root/srp/src/utils.rs
AgeCommit message (Collapse)Author
2023-02-17include salt in client proofHimbeerserverDE
2023-02-17include username in client proofHimbeerserverDE
2023-02-17clippy: needless borrowHimbeerserverDE
2023-02-17rfc compliant client proofHimbeerserverDE
2022-01-22srp: rebuild library (#79)Josh Brown
Complete rewrite of the SRP library. Includes many improvements over the old library: - Improved file and code organization - Access to individual SRP computations - Consistent sever and client API - Simpler API - Improved documentation with tests in documentation - New tests for compatibility with the RFC - Bumps dependencies - Timing safe verification comparisons - Modernized error handling