constantoine / totp-rs

RFC-compliant TOTP implementation with ease of use as a goal and additionnal QoL features.
https://crates.io/crates/totp-rs
MIT License
169 stars 20 forks source link

replace the sha-1 crate with sha1 #34

Closed alexanderkjall closed 1 year ago

alexanderkjall commented 1 year ago

As RustCrypto have migrated to the new crate name.

Ref https://github.com/RustCrypto/hashes#crate-names

codecov-commenter commented 1 year ago

Codecov Report

Base: 93.24% // Head: 91.05% // Decreases project coverage by -2.19% :warning:

Coverage data is based on head (48fe98c) compared to base (d0b6089). Patch coverage: 47.36% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #34 +/- ## ========================================== - Coverage 93.24% 91.05% -2.20% ========================================== Files 4 4 Lines 874 883 +9 ========================================== - Hits 815 804 -11 - Misses 59 79 +20 ``` | [Impacted Files](https://codecov.io/gh/constantoine/totp-rs/pull/34?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cl%C3%A9o+Rebert) | Coverage Δ | | |---|---|---| | [src/lib.rs](https://codecov.io/gh/constantoine/totp-rs/pull/34/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cl%C3%A9o+Rebert#diff-c3JjL2xpYi5ycw==) | `91.50% <47.36%> (-4.17%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cl%C3%A9o+Rebert). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Cl%C3%A9o+Rebert)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.