RSA crypto initial draft
This commit is contained in:
parent
1cd0b619ef
commit
24922e59c6
4 changed files with 179 additions and 15 deletions
2
Makefile
2
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue