aboutsummaryrefslogtreecommitdiff
path: root/srp
AgeCommit message (Collapse)Author
2021-07-24Fix typo over -> other (#60)Sosthene-Guedon
2021-06-21srp: fix typos in docstrings (#58)Luca Bruno
This fixes a few minor typos in docstrings.
2021-04-30Bump num-bigint from 0.2.6 to 0.4.0 (#46)dependabot[bot]
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.2.6 to 0.4.0. - [Release notes](https://github.com/rust-num/num-bigint/releases) - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.2.6...num-bigint-0.4.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30Bump generic-array from 0.12.3 to 0.14.4 (#45)dependabot[bot]
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.14.4. - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/compare/0.12.3...0.14.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30Migrate to GitHub Actions (#42)Tony Arcieri
Uses the standard boilerplate we've been using for other projects
2020-10-07srp v0.5.0 (#38)Tony Arcieri
2020-10-07Bump digest, sha-1, and sha2 dependencies to v0.9 (#37)Masih Yeganeh
2019-11-07srp v0.4.3newpavlov
2019-11-07remove num_traits depnewpavlov
2019-11-06Switch from num to num-traits and num-bigint (#31)est31
2019-08-13Fix spelling errors.Brenden Matthews
2019-04-07srp doc fix. closes #16Артём Павлов [Artyom Pavlov]
2018-12-20srp: release srp-0.4.0Brian Warner
2018-12-20srp/Cargo.toml: remember to bump minor version for next releaseBrian Warner
Since edition=2018 means we'll require rust-1.31
2018-12-06update srp to idioms of edition-2018Brian Warner
2018-12-06srp: fix to work with edition-2018Brian Warner
2018-12-06srp: fix some low-hanging clippy warningsBrian Warner
2018-11-28deps: update srp to lazy_static-1.2Brian Warner
2018-11-27deps: update to rand-0.6Brian Warner
2018-10-23update SRP dependenciesАртём Павлов [Artyom Pavlov]
2018-10-17spake2 code reorganization (#6)Artyom Pavlov
2018-10-17add doc logonewpavlov
2018-10-17replaced / with OR in license fieldsnewpavlov
2018-10-16reformat all code to match rustfmt-1.29.0Brian Warner
2018-10-16Cargo.toml: update repo URLsBrian Warner
finish relicensing spake2 to MIT/Apache-2.0
2018-04-14doc updatenewpavlov
2017-11-01srp v0.2.4Артём Павлов [Artyom Pavlov]
2017-11-01Fix a typo (#2)quininer
2017-08-18Clippy updatesАртём Павлов [Artyom Pavlov]
2017-08-17Updated srp docsnewpavlov
2017-08-14Fixed CI badge for SRPАртём Павлов [Artyom Pavlov]
2017-08-14PAKE repository reorganizationАртём Павлов [Artyom Pavlov]