feat: implement encryption

This commit is contained in:
2026-05-14 16:22:52 +02:00
parent caf67b6e74
commit a0aed7e93b
12 changed files with 336 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#define EMU_MEM_SIZE 16384u
#define EMU_PROGRAM_PATH "build/emulated.riscv.elf"
#define EMU_PROGRAM_PATH "build/license"
#define EMU_ENTRY_SYMBOL "entry"
#define STACK_SIZE 1024