Commit Graph

12 Commits

Author SHA1 Message Date
Tony Arcieri 3e9e0c2dab ecdsa: bump elliptic-curve dependency to v0.7.0-pre (#194)
Using git-based dependency
2020-11-10 08:03:29 -08:00
Tony Arcieri 2df3cfd16c README.md(s): add Zulip badges (#186) 2020-10-10 06:30:16 -07:00
Tony Arcieri 26b831e0f1 ecdsa: bump ff and group crates to v0.8; MSRV 1.44+ (#156)
Previously `elliptic-curve` was pulling in git releases of these crates.
This commit updates to using the final v0.8 releases.
2020-09-08 19:59:20 -07:00
Tony Arcieri d14016e67c ecdsa: minor doc fixups (#122) 2020-08-08 12:30:51 -07:00
Tony Arcieri ab091bc12a ecdsa: update README.md and rustdoc intros (#121)
Notes the crate now contains a generic ECDSA implementation
2020-08-08 11:26:31 -07:00
Tony Arcieri 2110ec6649 README.md(s): documentation improvements (#89) 2020-06-16 11:39:46 -07:00
Tony Arcieri fac52ad94f ecdsa: bump all elliptic curve crates; MSRV 1.41+ (#86)
Bumps the following crate dependencies, which all now depend on
`generic-array` v0.14:

- `elliptic-curve` v0.4.0
- `k256` v0.3.0
- `p256` v0.3.0
- `p384` v0.2.0

Also re-exports `generic-array` from the `elliptic-curve` crate rather
than depending on it directly, which simplifies upgrades.
2020-06-08 10:20:16 -07:00
Tony Arcieri bd497aad6f Improve build badges 2020-03-16 10:58:02 -07:00
Tony Arcieri a1ae696733 Switch to GitHub Actions
Uses Rust actions from https://github.com/actions-rs
2020-03-16 10:42:18 -07:00
Tony Arcieri 4f97bf0498 ecdsa v0.3.0 2019-12-11 10:05:35 -08:00
Jack Grigg c82b51eabf Bump MSRV to 1.37 2019-12-07 21:27:09 +00:00
Tony Arcieri 1b4d83d826 ecdsa: Improve documentation
Adds a README.md and improves comments throught the codebase.
2019-10-29 09:25:51 -07:00