kokke / tiny-AES-c

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

include stddef.h for size_t #189

Closed ilkondr closed 3 years ago

ilkondr commented 3 years ago

I've got compiler error because there is no known size_t in aes.h

kokke commented 3 years ago

Hi @ilkondr - good catch, thanks for reporting.

Will merge 👍