The block and stream modules of the cipher crate both re-export generic_array and typenum::consts.
A toplevel re-export was added after the publication of cipher v0.2 in #343.
Before publishing cipher v0.3, we should remove the re-exports from block and stream and require using the toplevel one instead.
The
blockandstreammodules of theciphercrate both re-exportgeneric_arrayandtypenum::consts.A toplevel re-export was added after the publication of
cipherv0.2 in #343.Before publishing
cipherv0.3, we should remove the re-exports fromblockandstreamand require using the toplevel one instead.