9 lines
114 B
C
9 lines
114 B
C
|
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
|
||
|
|
#ifndef rng_h
|
||
|
|
#define rng_h
|
||
|
|
|
||
|
|
#include "randombytes.h"
|
||
|
|
|
||
|
|
#endif /* rng_h */
|