Chapter 2. Programming Guidelines

A consumer has to use the chacha20_drng.h header file to link with the ChaCha20 DRNG library. The linking has to be performed using -lchacha20_drng.

In case a consumer does not want a shared library, the ChaCha20 DRNG C file and header file can also just copied to the consumer code and compiled along with it.