File rng.h

Parent directory (include_public/anj/compat)

Platform hook for providing randomness.

Definition (include_public/anj/compat/rng.h)

Detailed Description

This header declares a minimal API that platform integrators must implement to provide entropy to Anjay Lite. It defines:

The implementation may wrap a TRNG, OS CSRNG service, or any other platform-specific entropy source. Quality of generated data directly impacts security features that depend on randomness.

Includes

Included By

Functions