Files
concrete/compiler/include/zamalang/Runtime/wrappers.h

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