Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
CMakeLists.txt | D | 12-May-2024 | 3.7 KiB | 105 | 84 | |
README.md | D | 12-May-2024 | 314 | 18 | 11 | |
minimal-secure-streams-testsfail.c | D | 12-May-2024 | 25.9 KiB | 891 | 667 |
README.md
1# lws minimal secure streams 2 3The application runs some bulk and failure path tests on Secure Streams 4 5## build 6 7``` 8 $ cmake . && make 9``` 10 11## usage 12 13Commandline option|Meaning 14---|--- 15-d <loglevel>|Debug verbosity in decimal, eg, -d15 16--amount <amount>| Set the amount of bulk data expected, eg, --amount 23456 17 18