You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In merging block-cipher and stream-cipher, I copied over their respective dev modules as cipher::block::dev and cipher::stream::dev. However, the macros are exported from the toplevel, and end up looking like this:
In merging
block-cipher
andstream-cipher
, I copied over their respective dev modules ascipher::block::dev
andcipher::stream::dev
. However, the macros are exported from the toplevel, and end up looking like this:https://docs.rs/cipher/0.2.0/cipher/#macros
I think it'd be good to cleanly disambiguate them. Perhaps we could also merge the dev modules.
The text was updated successfully, but these errors were encountered: