tanzislam / cryptopals

:closed_lock_with_key: My answers to challenges in https://cryptopals.com
GNU General Public License v3.0
8 stars 5 forks source link

Crash inside AesEcbTest.DecryptsAesInEcbMode #32

Closed tanzislam closed 4 years ago

tanzislam commented 4 years ago

weidai11/cryptopp@04dee2a467 added a dependency on:

and this seek-to-end behavior is unimplemented in our streambuf implementations. This started assertion failures in our CI.

I'm classing this as a Dependency Breakage rather than a Bug, because Crypto++ is expecting all input streams to implement seek-to-end behavior, which isn't mandated in the C++ standard.