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
Probably depends on introduction of a block-level trait for (synchronous) stream ciphers. After that a feature-gated blanket implementation will look somewhat like this:
It would mean that core XOF reader types would have to implement both XofReaderCore and StreamCipherCore and there will be a bit of code duplication with a wrapper defined in cipher, but it should not be a big problem.
The text was updated successfully, but these errors were encountered:
Probably depends on introduction of a block-level trait for (synchronous) stream ciphers. After that a feature-gated blanket implementation will look somewhat like this:
It would mean that core XOF reader types would have to implement both
XofReaderCore
andStreamCipherCore
and there will be a bit of code duplication with a wrapper defined incipher
, but it should not be a big problem.The text was updated successfully, but these errors were encountered: