I am currently working on a project related to cryptography and using visual studio 2017 running on Windows 10 and writing in cuda - C++.
I would like to include some of the libraries such as AES and SHAKE but couldnt figure out how to use them on the platform.
What should i do so when i write include in my files it would recognize the different libraries?
Thanks in advance!