1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-09-20 10:38:20 +00:00
Laika/lib/include/lsodium.h
2022-02-24 22:13:05 -06:00

9 lines
124 B
C

#ifndef LAIKA_RSA_H
#define LAIKA_RSA_H
#include "sodium.h"
#define LAIKAENC_SIZE(sz) (sz + crypto_box_SEALBYTES)
#endif