cipher: remove generic_array re-exports from block
and stream
modules
#344
Labels
cipher
Block and stream cipher crate
block
and stream
modules
#344
The
block
andstream
modules of thecipher
crate both re-exportgeneric_array
andtypenum::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 fromblock
andstream
and require using the toplevel one instead.The text was updated successfully, but these errors were encountered: