AES128 Encryption Library

I am using my nRF52833 chip to send 20 bytes beacons frequently. 

I want to encrypt the initial 16bits of my data using AES128. 

What is the library to use for this purpose? How to include the initialization vector and encryption key? 

Thanks

Related