Skip to content

Depreaction of GenericArray in v0.14.8 causes big problem with aes create (and probably others) #158

@lordmulder

Description

@lordmulder

The problem is that current latest version of aes requires generic-array v0.x and can not use version v1.x.

So we are forced to stick with generic-array v0.x, which is also re-exported from current latest cipher::generic-array.

But this will now suddenly trigger a deprecation warning!

For everybody following the general recommendation to build with -Dwarnings this will cause the build to fail 😥

See also:
RustCrypto/block-ciphers#509 (comment)

Regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions