Update Course for Genap 2015/2016

Signed-off-by: willysr <willysr@gmail.com>
This commit is contained in:
willysr
2016-01-07 09:13:03 +07:00
parent 86d13807e7
commit 5bd9e9c362
7 changed files with 28 additions and 23 deletions
+4 -2
View File
@@ -24,7 +24,7 @@ include "../includes/courses.php";
<h3>Jadwal</h3>
</header>
<aside>
<p>Grup <br/>Hari <br/>Jam <br/>Ruang </p>
<p>Grup A<br/>Hari Rabu<br/>Jam 16.30<br/>Ruang </p>
</aside>
</section>
<section class="classinfo">
@@ -70,7 +70,9 @@ include "../includes/courses.php";
</header>
<ol>
<li>Introduction to Modern Cryptography (Jonathan Katz, Yehuda Lindell, Chapman &amp; Hall)</li>
<li>Handbook of Applied Cryptography (Alfred J. Menezes, Paul C. van Oorschot, Scott A. Vanstone, CRC Press)</li>
<li><a href="http://cacr.uwaterloo.ca/hac/">Handbook of Applied Cryptography</a> (Alfred J. Menezes, Paul C. van Oorschot, Scott A. Vanstone, CRC Press)</li>
<li>Coursera Course: <a href="https://www.coursera.org/course/crypto">Cryptography</a> (Dan Boneh - Stanford)</li>
<li>Coursera Course: <a href="https://www.coursera.org/course/cryptography">Cryptography</a> (Jonathan Katz - University of Maryland)</li>
</section>
<?php
include "../includes/footer.php";