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