Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mtproto-utils.h - github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34578e2df9acc9ea8f710137f7461aa11d91ff46 (plain)
1
2
3
4
5
6
7
#ifndef __MTPROTO_UTILS_H__
#define __MTPROTO_UTILS_H__
#include "crypto/bn.h"
int tglmp_check_DH_params (struct tgl_state *TLS, TGLC_bn *p, int g);
int tglmp_check_g_a (struct tgl_state *TLS, TGLC_bn *p, TGLC_bn *g_a);
int bn_factorize (TGLC_bn *pq, TGLC_bn *p, TGLC_bn *q);
#endif