Botan
3.6.1
Crypto and TLS for C&
src
lib
ffi
ffi_mp.h
Go to the documentation of this file.
1
/*
2
* (C) 2017 Jack Lloyd
3
*
4
* Botan is released under the Simplified BSD License (see license.txt)
5
*/
6
7
#ifndef BOTAN_FFI_MP_H_
8
#define BOTAN_FFI_MP_H_
9
10
#include <botan/bigint.h>
11
#include <botan/internal/ffi_util.h>
12
13
extern
"C"
{
14
15
BOTAN_FFI_DECLARE_STRUCT
(botan_mp_struct,
Botan::BigInt
, 0xC828B9D2);
16
}
17
18
#endif
Botan::BigInt
Definition
bigint.h:26
BOTAN_FFI_DECLARE_STRUCT
#define BOTAN_FFI_DECLARE_STRUCT(NAME, TYPE, MAGIC)
Definition
ffi_util.h:51
Generated by
1.12.0