File tree 1 file changed +5
-14
lines changed
1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -84,31 +84,22 @@ <h2 id="manual">Manual setup</h2>
84
84
</ p >
85
85
86
86
< h3 > Building</ h3 >
87
+ < p >
88
+ Make sure you read the README.md to see what dependencies you want.
89
+ </ p >
90
+
87
91
< p >
88
92
On both client and server:
89
93
90
94
< pre >
91
95
$ git clone https://github.com/jorisvink/sanctum
92
96
$ cd sanctum
97
+ $ less README.md
93
98
$ make
94
99
# make install
95
100
</ pre >
96
101
</ p >
97
102
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
-
112
103
< h3 > Environment</ h3 >
113
104
114
105
< p >
You can’t perform that action at this time.
0 commit comments