Compare commits

...

4 Commits

Author SHA1 Message Date
dependabot[bot] 867980d415
Merge dfef1406eb into df67e299e6 2023-12-20 11:16:42 -07:00
str4d df67e299e6
Merge pull request #80 from zcash/rfc-process
Point to the RFC process
2023-12-20 16:30:51 +00:00
Jack Grigg 43598cf303 Point to the RFC process 2023-12-19 15:36:50 +00:00
dependabot[bot] dfef1406eb
Bump codecov/codecov-action from 3.1.1 to 3.1.4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.1...v3.1.4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 09:06:29 +00:00
2 changed files with 7 additions and 1 deletions

View File

@ -88,7 +88,7 @@ jobs:
- name: Generate coverage report - name: Generate coverage report
run: cargo tarpaulin --engine llvm --all-features --timeout 600 --out Xml run: cargo tarpaulin --engine llvm --all-features --timeout 600 --out Xml
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.1 uses: codecov/codecov-action@v3.1.4
doc-links: doc-links:
name: Intra-doc links name: Intra-doc links

View File

@ -4,6 +4,12 @@ This crate provides an implementation of the Pasta elliptic curve constructions,
Pallas and Vesta. More details about the Pasta curves can be found Pallas and Vesta. More details about the Pasta curves can be found
[in this blog post](https://electriccoin.co/blog/the-pasta-curves-for-halo-2-and-beyond/). [in this blog post](https://electriccoin.co/blog/the-pasta-curves-for-halo-2-and-beyond/).
## RFC process
This crate follows the [zkcrypto RFC process](https://zkcrypto.github.io/rfcs/).
If you want to propose "substantial" changes to this crate, please
[create an RFC](https://github.com/zkcrypto/rfcs) for wider discussion.
## [Documentation](https://docs.rs/pasta_curves) ## [Documentation](https://docs.rs/pasta_curves)
## Minimum Supported Rust Version ## Minimum Supported Rust Version