kokke / tiny-AES-c

Small portable AES128/192/256 in C
The Unlicense
4.3k stars 1.3k forks source link

Merge aes.hpp into aes.h #209

Open cam900 opened 2 years ago

cam900 commented 2 years ago

because .h header can be includable into C++ project, ex: .cpp source code. This PR fixes also https://github.com/kokke/tiny-AES-c/issues/206 .