Skip to content

ed25519: add Signature::BYTE_SIZE + other cleanups#380

Merged
tarcieri merged 1 commit intomasterfrom
ed25519/byte-size-constant
Oct 9, 2021
Merged

ed25519: add Signature::BYTE_SIZE + other cleanups#380
tarcieri merged 1 commit intomasterfrom
ed25519/byte-size-constant

Conversation

@tarcieri
Copy link
Copy Markdown
Member

@tarcieri tarcieri commented Oct 9, 2021

  • Adds inherent constant Signature::BYTE_SIZE; deprecates SIGNATURE_LENGTH constant.
  • Address TODOs
  • Factor tests into tests/

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 9, 2021

Codecov Report

Merging #380 (e20b801) into master (cbafd1b) will increase coverage by 0.21%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #380      +/-   ##
==========================================
+ Coverage   53.60%   53.82%   +0.21%     
==========================================
  Files           8        9       +1     
  Lines         319      314       -5     
==========================================
- Hits          171      169       -2     
+ Misses        148      145       -3     
Impacted Files Coverage Δ
ed25519/src/lib.rs 60.00% <53.84%> (-10.52%) ⬇️
ed25519/tests/serializers.rs 100.00% <100.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 cbafd1b...e20b801. Read the comment docs.

- Adds inherent constant `Signature::BYTE_SIZE`; deprecates
  `SIGNATURE_LENGTH` constant.
- Address TODOs
- Factor tests into `tests/`
@tarcieri tarcieri force-pushed the ed25519/byte-size-constant branch from db1f8c3 to e20b801 Compare October 9, 2021 21:17
@tarcieri tarcieri merged commit 5286a97 into master Oct 9, 2021
@tarcieri tarcieri deleted the ed25519/byte-size-constant branch October 9, 2021 21:20
@tarcieri tarcieri mentioned this pull request Nov 18, 2021
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