Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Rename hmac types #9

Closed
wants to merge 1 commit into from
Closed

Rename hmac types #9

wants to merge 1 commit into from

Commits on May 14, 2024

  1. Rename hmac types

    The `hmac` types are named differently to the other hash types. At this
    stage there is not that much difference between them and it is not
    immediately obvious why they get a different naming scheme.
    
    As we do for the other hash types use `Hash` and `HashEngine` with the
    expectation that user differentiate by using the module path.
    
    With this patch applied users use `hmac::Hash` instead of `Hmac`.
    tcharding committed May 14, 2024
    Configuration menu
    Copy the full SHA
    77c0f52 View commit details
    Browse the repository at this point in the history