mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
13 lines
420 B
C
13 lines
420 B
C
#ifndef ZAMALANG_RUNTIME_WRAPPERS_H
|
|
#define ZAMALANG_RUNTIME_WRAPPERS_H
|
|
|
|
#include "concrete-ffi.h"
|
|
|
|
ForeignPlaintextList_u64 *
|
|
runtime_foreign_plaintext_list_u64(int *err, uint64_t *allocated,
|
|
uint64_t *aligned, uint64_t offset,
|
|
uint64_t size_dim0, uint64_t stride_dim0,
|
|
uint64_t size, uint32_t precision);
|
|
|
|
#endif
|