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

Fix breakage due to Boost.Endian data() returning unsigned char* #24

Closed tanzislam closed 5 years ago

tanzislam commented 5 years ago

boostorg/endian@59097ada368a563d120189d09316f092e7ed9da1 started causing a compilation error in aes_ctr.cpp. Need to cast back to char* or void*.