Skip to content

generic-array v0.14 #166

Closed
Closed
@tarcieri

Description

@tarcieri

We just bumped all of the RustCrypto crates to generic-array v0.14, which adds some nice features:

RustCrypto/traits#95

It'd be great if heapless got updated too so we could share a single version of generic-array (which hasn't happened so far as the RustCrypto crates were previously stuck on v0.12).

We use heapless in the aead crate to provide a Vec-like buffer type on no_std. Here's an example:

https://docs.rs/aes-gcm/0.5.0/aes_gcm/#in-place-usage-eliminates-alloc-requirement

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