aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/algorithms.h
blob: fd9d6d11cef7a8872a58cdb9725c8bd96ce892b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef E_ALGORITHMS_H__
#define E_ALGORITHMS_H__ 1

#include "common.h"

void init_algorithms_types(ErlNifEnv* env);

ERL_NIF_TERM algorithms(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[]);

#endif /* E_ALGORITHMS_H__ */