RSA crypto initial draft

This commit is contained in:
Imbus 2025-02-12 19:48:32 +01:00
parent 1cd0b619ef
commit 24922e59c6
4 changed files with 179 additions and 15 deletions

View file

@ -10,7 +10,7 @@ CC := $(TOOL_PREFIX)-gcc
OBJDUMP := $(TOOL_PREFIX)-objdump
OBJCOPY := $(TOOL_PREFIX)-objcopy
SRC := ch32fun.c main.c
SRC := ch32fun.c main.c rsa.c rand.c
CFLAGS = -g \
-Os \