]> git.lizzy.rs Git - PAKEs.git/commit
spake2: capitalization and doc fixes (#89)
authorTony Arcieri <bascule@gmail.com>
Sat, 22 Jan 2022 22:48:43 +0000 (15:48 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 22:48:43 +0000 (15:48 -0700)
commitfb570e02d56b47a812e2a27b6b62eba01ce0416f
tree5ef5e03a01c7fc26be7d5c5fc5e1672a002181e9
parent17292b56f52ceab154cb75239f690130df87e8a6
spake2: capitalization and doc fixes (#89)

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.
spake2/benches/spake2.rs
spake2/src/lib.rs
spake2/src/tests.rs
spake2/tests/spake2.rs