aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarvin Borner2019-06-23 13:55:40 +0200
committerMarvin Borner2019-06-23 13:55:40 +0200
commit6f0971aaede5b8ad7b9fd23f35ac13c457eb9d20 (patch)
treeb9c117a07cd2c088e0fc0cb74d79bea724b4a56e
parentc128842e20c27c4d849e9c264f240dd502d9c455 (diff)
Fixed minor issues
-rw-r--r--presentation/css/style.css3
-rw-r--r--presentation/index.html7
-rw-r--r--presentation/sources5
3 files changed, 5 insertions, 10 deletions
diff --git a/presentation/css/style.css b/presentation/css/style.css
index db9af40..312ef2d 100644
--- a/presentation/css/style.css
+++ b/presentation/css/style.css
@@ -39,8 +39,7 @@
}
table, tbody, tr {
- border: 0;
-!important;
+ border: 0 !important;
}
td, th {
diff --git a/presentation/index.html b/presentation/index.html
index 87b0afd..539c9d3 100644
--- a/presentation/index.html
+++ b/presentation/index.html
@@ -72,8 +72,8 @@
<td>1933-1945</td>
</tr>
<tr class="fragment" data-fragment-index="6">
- <td>Lucifer &rarr; DES</td>
- <td>1970 &rarr; 1976</td>
+ <td>Lucifer &rarr; DES &rarr; Triple DES</td>
+ <td>1970 &rarr; 1976 &rarr; 1998</td>
</tr>
<tr class="fragment" data-fragment-index="7">
<td>AES/Rijndael</td>
@@ -419,7 +419,7 @@
<div class="right">
<table>
<tr>
- <td>E1</td>
+ <td>C1</td>
</tr>
<tr>
<td>10</td>
@@ -726,6 +726,7 @@
<small>https://kavaliro.com/wp-content/uploads/2014/03/AES.pdf</small>
<small>https://en.wikipedia.org/wiki/Rijndael_S-box</small>
<small>http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.pdf</small>
+ <small>http://pi.math.cornell.edu/~morris/135/timeline.html</small>
</section>
</div>
</div>
diff --git a/presentation/sources b/presentation/sources
deleted file mode 100644
index ffb1ab2..0000000
--- a/presentation/sources
+++ /dev/null
@@ -1,5 +0,0 @@
-http://www.moserware.com/2009/09/stick-figure-guide-to-advanced.html
-https://kavaliro.com/wp-content/uploads/2014/03/AES.pdf
-https://en.wikipedia.org/wiki/Rijndael_S-box
-http://csrc.nist.gov/archive/aes/rijndael/Rijndael-ammended.pdf
-http://pi.math.cornell.edu/~morris/135/timeline.html \ No newline at end of file