Botan
2.19.1
Crypto and TLS for C++11
Main Page
Namespaces
Classes
Files
File List
File Members
src
lib
ffi
ffi_rng.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_RNG_H_
8
#define BOTAN_FFI_RNG_H_
9
10
#include <botan/rng.h>
11
#include <botan/internal/ffi_util.h>
12
13
extern
"C"
{
14
15
BOTAN_FFI_DECLARE_STRUCT
(botan_rng_struct,
Botan::RandomNumberGenerator
, 0x4901F9C1);
16
17
}
18
19
#endif
Botan::RandomNumberGenerator
Definition:
rng.h:25
BOTAN_FFI_DECLARE_STRUCT
BOTAN_FFI_DECLARE_STRUCT(botan_rng_struct, Botan::RandomNumberGenerator, 0x4901F9C1)
Generated on Wed Mar 30 2022 14:05:30 for Botan by
1.8.9.1