Skip to content

Commit 01c4eb7

Browse files
Merge pull request #2 from virtual-labs/dev
Dev
2 parents c69568b + 6fd1cfa commit 01c4eb7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

experiment-descriptor.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"unit-type": "task",
1414
"content-type": "text"
1515
},
16+
{
17+
"target": "objective.html",
18+
"source": "objective.md",
19+
"label": "Objective",
20+
"unit-type": "task",
21+
"content-type": "text"
22+
},
1623
{
1724
"target": "procedure.html",
1825
"source": "procedure.md",

experiment/objective.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
To understand the need,design and applications of collision resistant hash functions.
1+
- To understand the need,design and applications of collision resistant hash functions.

experiment/references.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
- [Wikipedia](https://en.wikipedia.org/wiki/HMAC)
2-
- [Notes on HMAC](https://people.eecs.berkeley.edu/~luca/cs276/lecture09.pdf)
32
- Introduction to Modern Cryptography by Jonathan Katz and Yehuda Lindell.
43

0 commit comments

Comments
 (0)