mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-10 00:00:05 +00:00
9 lines
124 B
C
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
|