Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k256: ECDSA usage with initial end-to-end doctest #105

Merged
merged 1 commit into from
Aug 1, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Aug 1, 2020

Adds an initial description of the crate's ECDSA-related cargo features (ecdsa-core and ecdsa) along with a basic signing/verification usage example.

Adds an initial description of the crate's ECDSA-related cargo features
(`ecdsa-core` and `ecdsa`) along with a basic signing/verification usage
example.
@codecov-commenter
Copy link

Codecov Report

Merging #105 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #105   +/-   ##
=======================================
  Coverage   52.73%   52.73%           
=======================================
  Files          19       19           
  Lines        3442     3442           
=======================================
  Hits         1815     1815           
  Misses       1627     1627           
Impacted Files Coverage Δ
k256/src/ecdsa.rs 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f03fa7c...060f7f2. Read the comment docs.

@tarcieri tarcieri merged commit 026862a into master Aug 1, 2020
@tarcieri tarcieri deleted the k256/ecdsa-docs branch August 1, 2020 02:35
@tarcieri tarcieri mentioned this pull request Aug 2, 2020
This was referenced Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants