Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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