/**
 * Node Native Module for Lib Sodium
 *
 * @Author Pedro Paixao
 * @email paixaop at gmail dot com
 * @License MIT
 */
#ifndef __CRYPTO_SCALARMULT_CURVE25519_H__
#define __CRYPTO_SCALARMULT_CURVE25519_H__

#include "node_sodium.h"

NAPI_METHOD(crypto_scalarmult_curve25519);
NAPI_METHOD(crypto_scalarmult_curve25519_base);

#endif