📄 makefile.org
字号:
# Example Makefile for the optimised ANSI C Rijndael code# v2.0 CFLAGS=-Wall -O2 -DTRACE_KAT_MCT=0 -DSTRICT_ALIGN=0rijndaeltest-fst: rijndaeltest-fst.o rijndael-api-fst.o rijndael-alg-fst.o# On some platforms, casting char pointers to int pointers can # cause problems. This will cause malfunctioning of the CBC Monte# Carlo tests.# In this case, STRICT_ALIGN should be set to 1. # (Of course this results in slower code.)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -