mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
Co-authored-by: Mayeul@Zama <mayeul.debellabre@zama.ai> Co-authored-by: Quentin Bourgerie <bourgerie.quentin@gmail.com>
14 lines
354 B
C
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
|