Skip to content

Prefer &mut [u8] over returning a newly allocated Vec<u8>; derive the latter from the former #56

@WildCryptoFox

Description

@WildCryptoFox

#[no_std] is already common between these crates but when they pull in alloc for Vec, and always allocate, you lose the ability to reuse allocations between calls.

At least an _in_place.

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