diff options
| author | J08nY | 2020-02-20 15:06:18 +0100 |
|---|---|---|
| committer | J08nY | 2020-02-20 15:06:18 +0100 |
| commit | 92cb16e8103da998aa1bf226d24ef6771a92c5d5 (patch) | |
| tree | 760e5f4921e8813b29748e7353a32168d99140cc /pyecsca/codegen/formulas.h | |
| parent | 5da1d167c203395103d220c450e29fece08f4198 (diff) | |
| download | pyecsca-codegen-92cb16e8103da998aa1bf226d24ef6771a92c5d5.tar.gz pyecsca-codegen-92cb16e8103da998aa1bf226d24ef6771a92c5d5.tar.zst pyecsca-codegen-92cb16e8103da998aa1bf226d24ef6771a92c5d5.zip | |
Allocate and initialize formula variables only once.
Diffstat (limited to 'pyecsca/codegen/formulas.h')
| -rw-r--r-- | pyecsca/codegen/formulas.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pyecsca/codegen/formulas.h b/pyecsca/codegen/formulas.h new file mode 100644 index 0000000..763b85d --- /dev/null +++ b/pyecsca/codegen/formulas.h @@ -0,0 +1,8 @@ +#ifndef FORMULAS_H_ +#define FORMULAS_H_ + +void formulas_init(void); + +void formulas_clear(void); + +#endif //FORMULAS_H_
\ No newline at end of file |
