Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aes-gcm-siv): re-export
aes
crate (#603)
added to ensure consistency with it's sister `aes-gcm` crate, which also re-exports `aes` (aes-gcm/src/lib.rs:114). finds specific use in defining a `Key` generic for example; it takes a `KeySizeUser` which are a majority `Aes*` structs from `aes`.
- Loading branch information