easy-srp 0.3.0

easy-srp wraps the rust srp crate and provides an easy to use API.
Documentation
1
2
3
4
5
//! Re-exports the SRP groups included in the `srp` crate so directly importing
//! the `srp` crate is not necessary.

pub use srp::types::SrpGroup;
pub use srp::groups::*;