mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-18 20:35:57 +02:00
Reorganize tree for ESP32
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
13
config/mlkem/mlkem_native_config.h
Normal file
13
config/mlkem/mlkem_native_config.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
/* Disable all native/asm backends */
|
||||
#define MLK_NO_NATIVE_BACKENDS 1
|
||||
|
||||
/* No CBMC */
|
||||
#undef CBMC
|
||||
|
||||
/* Platform characteristics */
|
||||
#define MLK_LITTLE_ENDIAN 1
|
||||
|
||||
/* Memory model */
|
||||
#define MLK_NO_MALLOC 1
|
||||
Reference in New Issue
Block a user