I am trying to add STM32 cryptographic library in my Kiel project. The library has some .lib and .h files. But it doesn't have any c file. I copied the whole downloaded package of the library in my project folder and added .lib in my kiel project . But if I call any .h file from the library it gives an error. I don't know if it is correct way to use .lib or not because I haven't used any .lib file before in my projects.
Please suggest the correct procedure to use .lib files with kiel IDE.