Skip to content

ArrayVec support - #503

Merged
tarcieri merged 2 commits into
RustCrypto:masterfrom
antonok-edm:arrayvec-support
May 3, 2023
Merged

ArrayVec support#503
tarcieri merged 2 commits into
RustCrypto:masterfrom
antonok-edm:arrayvec-support

Conversation

@antonok-edm

@antonok-edmantonok-edm commented Jan 30, 2023

Copy link
Copy Markdown
Contributor

Added support for arrayvec::ArrayVec as per changes in RustCrypto/traits#1219. Marked as draft for now until a new release of aead is published.

@antonok-edm
antonok-edm marked this pull request as draft January 30, 2023 00:25
@antonok-edmantonok-edm changed the title Arrayvec supportArrayVec supportJan 30, 2023
@tarcieri

Copy link
Copy Markdown
Member

@antonok-edm sorry, this fell by the wayside, but aead v0.5.2 is out if you want to update this PR

@antonok-edm
antonok-edmforce-pushed the arrayvec-support branch 2 times, most recently from fbc036c to f9f9373CompareMay 2, 2023 17:51
@tarcieri

Copy link
Copy Markdown
Member

Looks like CI is passing now. Can you remove draft?

@tarcieri
tarcieri marked this pull request as ready for review May 3, 2023 12:38
@tarcieri
tarcieri merged commit da7afb3 into RustCrypto:masterMay 3, 2023
@tarcieritarcieri mentioned this pull request May 20, 2023
@tarcieritarcieri mentioned this pull request Aug 4, 2026
tarcieri added a commit that referenced this pull request Aug 4, 2026
## Added
- `rand_core` feature (#467)
- `arrayvec` feature (#503)
- Re-export `aes` crate (#603)
- `bytes` feature passthrough (#631)
- `zeroize` feature - previously on-by-default (#644)
## Changed
- `zeroize` feature now must be explicitly enabled (#644)
- Upgrade to 2024 edition and bump MSRV to 1.85 (#662)
- Migrate to `AeadInOut` (#665)
- Bump `cipher` to v0.5 (#793)
- Bump `aes` to v0.9 (#821)
- Bump `polyval` to v0.7 (#821)
- Bump `aead` to v0.6 (#831)
@tarcieritarcieri mentioned this pull request Aug 11, 2026
tarcieri added a commit that referenced this pull request Aug 11, 2026
## Added
- `rand_core` feature (#467)
- `arrayvec` feature (#503)
- `bytes` feature (#631)
## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#662)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Migrate to `AeadInOut` (#665)
- Bump `cipher` to v0.5 (#793)
- Bump `aes` to v0.9 (#821)
- Bump `ctr` to v0.10 (#821)
- Bump `aead` to v0.6 (#831)
## Removed
- `std` and `stream` features (#662)
@tarcieritarcieri mentioned this pull request Aug 11, 2026
tarcieri added a commit that referenced this pull request Aug 11, 2026
## Added
- `rand_core` feature (#467)
- `arrayvec` feature (#503)
- `bytes` feature (#631)
## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#662)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Bump `cipher` to v0.5 (#793)
- Bump `aes` to v0.9 (#821)
- Bump `cmac` to v0.8 (#821)
- Bump `ctr` to v0.10 (#821)
- Bump `pmac` to v0.8 (#821)
- Bump `aead` to v0.6 (#831)
## Removed
- `std` and `stream` features (#662)
@tarcieritarcieri mentioned this pull request Aug 12, 2026
tarcieri added a commit that referenced this pull request Aug 12, 2026
## Added
- `rand_core` feature (#467)
- `arrayvec` feature (#503)
- `bytes` feature (#631)
- `zeroize` feature (#644)
## Changed
- Make `zeroize` optional (#644)
- Edition changed to 2024 and MSRV bumped to 1.85 (#662)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Migrate to `AeadInOut` (#665)
- Bump `aes` v0.9 (#821)
- Bump `aead` to v0.6 (#831)
## Removed
- `std` and `stream` features (#662)
@tarcieritarcieri mentioned this pull request Aug 12, 2026
tarcieri added a commit that referenced this pull request Aug 12, 2026
## Added
- `rand_core` feature (#467)
- `arrayvec` feature (#503)
- `bytes` feature (#631)
## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#662)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Migrate to `AeadInOut` (#665)
- Bump `cipher` to v0.5 (#793)
- Bump `aes` to v0.9 (#821)
- Bump `cmac` to v0.8 (#821)
- Bump `ctr` to v0.10 (#821)
- Bump `aead` to v0.6 (#831)
## Removed
- `std` and `stream` features (#662)
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@antonok-edm@tarcieri