We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c46345 commit 7a0633dCopy full SHA for 7a0633d
README.md
@@ -1,13 +1,9 @@
1
-# cc-fun
2
-various covert channels. work-in-progress.
3
-
4
-to build:
5
-```sh
6
-cd cc-fun; mkdir build; cd build; cmake ..
7
-make
8
-```
+# covert-channel-toolkit
+work in progress for reearch in side-channels. various covert channel implementations. A few things in the pipeline.
9
Binaries will be in build/channels
10
+Used for hands-on session in ISCA 2019 workshop on side-channels.
+
11
## Side-channels
12
- channels/drng -- cc that uses the Intel HW digital random-number-generator
13
-- ./cc_drng thread 1 0.0025 0 0.03 0.03
0 commit comments