srp6a 0.1.0

Implementation of SRP 6a (Secure Remote Password) according to RFC 5054 (https://datatracker.ietf.org/doc/html/rfc5054)
Documentation
1
2
3
4
5
6
7
8
mod utils;

pub mod client;
pub mod group;
pub mod server;

#[cfg(test)]
pub mod tests;