kokke / tiny-AES-c

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

make library usable from c++ #186

Closed jsiverskog closed 3 years ago

jsiverskog commented 3 years ago

for c++ builds, make sure the functions get c linkage.

kokke commented 3 years ago

Hi @jsiverskog

Isn't this handled by including "aes.hpp" instead?

jsiverskog commented 3 years ago

haha, sorry about that.

kokke commented 3 years ago

Hej @jsiverskog - no problem :D

just wanted to make sure I hadn’t missed something.