This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
tiny-AES-c
Watch
1
Star
0
Fork
0
You've already forked tiny-AES-c
mirror of
https://github.com/kokke/tiny-AES-c.git
synced
2025-01-08 12:36:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tiny-AES-c
/
.gitignore
5 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Testing improvements Add a new `test' rule that tests all three combinations (128, 192 and 256). This required the re-ordering of ifdef's in test.c, similar to that in aes.[ch]. test.elf now exits with the number of tests which failed, so the test rule in Makefile will notify properly. Remove the unused variables `buf' and `buf2'. Also, add a .gitignore file.
2018-07-26 09:58:44 -07:00
/*.o
/test.elf
/test.map
Also try to compile C++ version of test
2019-01-31 14:19:48 +01:00
test_package/build
Reference in New Issue
Copy Permalink