This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
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
synced
2024-11-22 05:21:52 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3f69a5899e
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 19:58:44 +03:00
/*.o
/test.elf
/test.map
Also try to compile C++ version of test
2019-01-31 16:19:48 +03:00
test_package/build
Reference in New Issue
Copy Permalink