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
180 stars 23 forks source link

Warn about silent fallback to SHA1 #11

Closed tmpfs closed 2 years ago

tmpfs commented 2 years ago

Add notes to doc comments.

constantoine commented 2 years ago

Thanks. Could you also please add it to the README.md?

codecov-commenter commented 2 years ago

Codecov Report

Merging #11 (8db59df) into master (4b486b5) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           93        93           
=========================================
  Hits            93        93           
Impacted Files Coverage Δ
src/lib.rs 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 4b486b5...8db59df. Read the comment docs.