Files
concrete/compiler/include/concretelang/Runtime/seeder.h
2022-08-30 18:08:47 +02:00

14 lines
354 B
C

// Part of the Concrete Compiler Project, under the BSD3 License with Zama
// Exceptions. See
// https://github.com/zama-ai/concrete-compiler-internal/blob/main/LICENSE.txt
// for license information.
#ifndef CONCRETELANG_RUNTIME_SEEDER_H
#define CONCRETELANG_RUNTIME_SEEDER_H
#include "concrete-core-ffi.h"
extern SeederBuilder *best_seeder;
#endif