Skip to content

[hkdf] the trait bound Hmac<H>: Clone is not satisfied #187

@c410-f3r

Description

@c410-f3r
error[E0277]: the trait bound `Hmac<H>: Clone` is not satisfied
   |
21 | impl<H: EagerHash> HmacImpl for Hmac<H> {
   |                                 ^^^^^^^ the trait `Clone` is not implemented for `Hmac<H>`
   |
note: required by a bound in `HmacImpl`
   |
10 | pub trait HmacImpl: Clone + OutputSizeUser {
   |                     ^^^^^ required by this bound in `HmacImpl`

The hmac crate needs a new release to allow hkdf to pull the changes made in RustCrypto/MACs#253.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions