summaryrefslogtreecommitdiffhomepage
path: root/src/crypto.h
blob: 44d4fe2fd181648c626900774814897a91230d2a (plain)
1
2
3
4
5
6
7
8
9
10
11
/* This file is dedicated to the public domain. */

#ifndef INC_CRYPTO_H
#define INC_CRYPTO_H

#include "3p/monocypher/monocypher.h"
#include "3p/monocypher/monocypher-rng.h"

#endif

// vi: sw=4 ts=4 noet tw=80 cc=80