Edit

thodg/totp-rs/CHANGELOG.md

Branch :

  • Show log

    Commit

  • Author : Cléo REBERT
    Date : 2022-12-29 14:35:06
    Hash : 4a8b2552
    Message : Add CHANGELOG.md Signed-off-by: Cléo REBERT <cleo.rebert-ext@treezor.com>

  • CHANGELOG.md
  • # [v1.0](https://github.com/constantoine/totp-rs/releases/tag/v1.0)
    ## What's Changed
    * Fixed wrongful results using hmac-256 and hmac-512 thanks to @ironhaven extensive researches within RFC's in https://github.com/constantoine/totp-rs/pull/12
    
    ## What's coming next
    - The currently used "qrcode" library is abandonned. Preliminary work showed it was not compatible woth newer versions of the "image" library
    - I'd like to take that opportunity to rethink the way the "qr" feature is presented