srp6 1.0.0-alpha.6

A safe implementation of the secure remote password authentication and key-exchange protocol (SRP version 6 and 6a)
Documentation
[package]
name = "srp6"
version = "1.0.0-alpha.6"
authors = ["Sven Assmann <sven.assmann.it@gmail.com>"]
edition = "2018"
description = "A safe implementation of the secure remote password authentication and key-exchange protocol (SRP version 6 and 6a)"
license = "MIT"
include = ["src", "examples", "LICENSE", "README.md", "CHANGELOG.md"]

[dependencies]
thiserror = "1.0"
sha-1 = "0.10"
rand = "0.8"
num-bigint = { version = "0.4", features = ["rand"] }
num-traits = "0.2"
hex = "0.4"
hex-literal = "0.3"
log = { version = "0.4", features = ["release_max_level_warn"] }
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]

[features]
legacy = []
default = []