Skip to content

Commit 6b15d9e

Browse files
committed
small cleanup on guide
1 parent 688bf9a commit 6b15d9e

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

Diff for: www/guide.html

+5-14
Original file line numberDiff line numberDiff line change
@@ -84,31 +84,22 @@ <h2 id="manual">Manual setup</h2>
8484
</p>
8585

8686
<h3>Building</h3>
87+
<p>
88+
Make sure you read the README.md to see what dependencies you want.
89+
</p>
90+
8791
<p>
8892
On both client and server:
8993

9094
<pre>
9195
$ git clone https://github.com/jorisvink/sanctum
9296
$ cd sanctum
97+
$ less README.md
9398
$ make
9499
# make install
95100
</pre>
96101
</p>
97102

98-
<p>
99-
Using the CIPHER environment variable, one can control what AEAD cipher is
100-
used for traffic protection. By default it is AES256-GCM using the low
101-
level OpenSSL APIs.
102-
</p>
103-
104-
<p>
105-
Other alternatives are:
106-
<ul>
107-
<li>nyfe-agelas - The duplex-sponge based AEAD cipher.</li>
108-
<li>intel-aes-gcm - AES256-GCM using the libisal_crypto library from intel.</li>
109-
</ul>
110-
</p>
111-
112103
<h3>Environment</h3>
113104

114105
<p>

0 commit comments

Comments
 (0)