Age | Commit message (Collapse) | Author |
|
Splits the crate apart into multiple modules
|
|
Renames the following:
- `SPAKE2` => `Spake2`
- `SPAKEErr` -> `Error`
Additionally lints for `missing_docs` and adds preliminary documentation
for all types and methods which previously had none.
|
|
Still has a hard dependency on `alloc`, and with the current hard
dependency on `getrandom` also limited platform support
|
|
|
|
- Bumps both `spake2` and `srp` to Rust 2021 edition
- Uses the new `doc = include_str!(...)` attribute to include README.md
files in the rustdoc
- Improves the README.md files, adding an initial one for `srp`
- clippy fixes for Rust 1.56
|
|
|
|
|