RustCrypto / stream-ciphers

Collection of stream cipher algorithms
255 stars 49 forks source link

Bump `cipher` to `0.5.0-pre.4` #344

Closed baloo closed 6 months ago

baloo commented 6 months ago

This also relax the dependency to allow for future pre-releases of cipher

tarcieri commented 6 months ago

Hmm, not sure we're ready to relax the dependency requirement yet specifically for cipher. crypto-common might be a better place to start since it's closer to ready for release.

I'd probably suggest relaxing the dependency when we're on rc.0.

tarcieri commented 6 months ago

Closing in favor of #345