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.