Commit Graph

37 Commits

Author SHA1 Message Date
dependabot[bot] 268cfc5c37 Bump codecov/codecov-action from v1.0.11 to v1.0.12
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.11 to v1.0.12.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.11...07127fde53bc3ccd346d47ab2f14c390161ad108)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-23 11:52:19 -04:00
dependabot[bot] bdbbe825fa Bump codecov/codecov-action from v1.0.10 to v1.0.11
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.10 to v1.0.11.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.10...6d208f5b527841fb050f92f778e86cb808dacdcb)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-21 11:57:18 -04:00
dependabot[bot] 78f712d28b Bump codecov/codecov-action from v1.0.7 to v1.0.10
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.7 to v1.0.10.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.7...f3570723ef743f6942b6a480461ed0cd6c0f9baa)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-02 06:40:48 -04:00
dependabot[bot] 9ab1897b2b
Update actions/checkout requirement to v2.3.1 (#20)
* Update actions/checkout requirement to v2.3.1

Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/master/CHANGELOG.md)
- [Commits](28c7f3d2b5)

Signed-off-by: dependabot[bot] <support@github.com>

* Fix the version numbers

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
2020-06-19 17:56:26 -04:00
dependabot[bot] 1619c1ff68 Bump codecov/codecov-action from v1 to v1.0.7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1 to v1.0.7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...f532c3a1452359a7f96c37efc741537b80555c74)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-09 17:10:13 -04:00
dependabot-preview[bot] 8fbfadcf0d
Create Dependabot config file (#16)
* Create Dependabot config file

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
2020-06-09 16:19:24 -04:00
dependabot-preview[bot] ceee1c1d87 Update proptest requirement from 0.9 to 0.10
Updates the requirements on [proptest](https://github.com/altsysrq/proptest) to permit the latest version.
- [Release notes](https://github.com/altsysrq/proptest/releases)
- [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/altsysrq/proptest/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 15:48:20 -04:00
dependabot-preview[bot] d980b3b6a0 Update proptest-derive requirement from 0.1.0 to 0.2.0
Updates the requirements on [proptest-derive](https://github.com/AltSysrq/proptest) to permit the latest version.
- [Release notes](https://github.com/AltSysrq/proptest/releases)
- [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AltSysrq/proptest/compare/proptest-derive-0.1.1...proptest-derive-0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 19:36:15 +00:00
Deirdre Connolly 67f60d69d0 Bump to 0.3.0 2020-05-12 00:54:19 -04:00
Deirdre Connolly 7d72a6d8c0 Impl From<[u8; 64]> for *Secret's 2020-05-12 00:54:19 -04:00
Deirdre Connolly 18e12e7406 Impl From<StaticSecret> for [u8; 32]
Plus derive(Copy), proptest bytes roundtrip
2020-05-12 00:54:19 -04:00
Deirdre Connolly 06fddf3fb1 Call '.ok()' on the try_from Result in PublicKey strategy 2020-05-12 00:54:19 -04:00
Deirdre Connolly 760aa8f5eb Revert "Bump version to 1.0.0", bump to 0.2.0
This reverts commit b6dd31165f.

semver 0.* is unstable, don't have to bump to 1.0.0 for a breaking
change, yet.
2020-05-10 20:10:09 -04:00
Deirdre Connolly b6dd31165f Bump version to 1.0.0
Removing From and adding TryFrom for PublicKey is a breaking change.
2020-05-10 19:46:35 -04:00
Deirdre Connolly c96cf9706d PublicKey::from -> ::try_from, update proptests to use it
Resolves #9, #10
2020-05-10 19:46:35 -04:00
Deirdre Connolly aeff0117c5 Build on pushes to main, or PRs against main 2020-05-08 23:54:32 -04:00
Clinton Bowen 33acb8e091 rust request 2020-05-08 23:54:32 -04:00
Deirdre Connolly 56d120055e Trigger CI on pushes and external PRs 2020-05-08 23:54:32 -04:00
Deirdre Connolly 6387602042 Can't use feature on stable with clippy 2020-05-08 22:46:04 -04:00
Deirdre Connolly b235675464 Docs, testing 2020-05-08 22:46:04 -04:00
Deirdre Connolly 85ac7e8966 Add some excludes 2020-05-08 02:51:45 -04:00
Deirdre Connolly e93594c16d Complete Cargo.toml 2020-05-08 02:51:45 -04:00
Deirdre Connolly c7cf479159 Make return types in signatures explicit
Instead of 'Self'. Nicer for docs.
2020-05-08 02:19:27 -04:00
Deirdre Connolly 8cb2444511 Add proptest around pubkey generation 2020-05-08 02:19:27 -04:00
Deirdre Connolly 0e49e2d4fe Need Debug for Arbitrary 2020-05-08 02:19:27 -04:00
Deirdre Connolly daa8c9fd59 Tidy, impl Arbitrary for PublicKey, proptest from/into bytes 2020-05-08 02:19:27 -04:00
Deirdre Connolly e25d608b04 Tidy and add tests 2020-05-08 02:19:27 -04:00
Deirdre Connolly e331030fc7 Load codecov token for private repo 2020-05-07 23:50:21 -04:00
Deirdre Connolly 5149329038 Update readme 2020-05-07 03:26:51 -04:00
Deirdre Connolly e8221a6331 More impls, proptests 2020-05-07 03:16:43 -04:00
Deirdre Connolly 92e26fcba3 A bunch of impl 2020-05-06 21:32:20 -04:00
Deirdre Connolly 370112891b
Formatting 2020-05-04 21:01:13 -04:00
Deirdre Connolly 90e70188ed
A word 2020-05-04 20:07:09 -04:00
Deirdre Connolly 9b36e3f950
Fill out README.md 2020-05-04 20:05:30 -04:00
Deirdre Connolly 1f4e986279 Ignore emacs wastefiles 2020-05-04 17:17:57 -04:00
Deirdre Connolly a417eb0f3f Add GitHub Actions CI workflow 2020-05-04 16:48:31 -04:00
Deirdre Connolly deda610340 cargo init --lib, add curve25519-dalek 2020-05-01 11:33:34 -04:00