Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rk committed Feb 23, 2019
1 parent 04b7b73 commit 7149f9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LAC-v2/AVX2_Implementation/readme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1. Getting started
-------------------------
This file is an implementation of our LAC algorithm using avx2 instructions. This program uses some functions of OpenSSl, so you need to install OpenSSL for running this program successfully. For building, just run:
This file is an implementation of our LAC algorithm using avx2 instructions. This program uses some functions of OpenSSL, so you need to install OpenSSL for running this program successfully. For building, just run:

make

Expand Down
2 changes: 1 addition & 1 deletion LAC-v2/Optimized_Implementation/readme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1. Getting started
-------------------------
This file is an optimized implementation of our LAC algorithm. This program uses some functions of OpenSSl, so you need to install OpenSSL for running this program successfully. For building, just run:
This file is an optimized implementation of our LAC algorithm. This program uses some functions of OpenSSL, so you need to install OpenSSL for running this program successfully. For building, just run:

make

Expand Down
2 changes: 1 addition & 1 deletion LAC-v2/Reference_Implementation/readme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1. Getting started
-------------------------
This file is a reference implementation of our LAC algorithm. This program uses some functions of OpenSSl, so you need to install OpenSSL for running this program successfully. For building, just run:
This file is a reference implementation of our LAC algorithm. This program uses some functions of OpenSSL, so you need to install OpenSSL for running this program successfully. For building, just run:

make

Expand Down
4 changes: 2 additions & 2 deletions LAC-x86/AVX2_Implementation/readme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1. Getting started
-------------------------
This file is an implementation of our LAC algorithm using avx2 instructions. This program uses some functions of OpenSSl, so you need to install OpenSSL for running this program successfully. For building, just run:
This file is an implementation of our LAC algorithm using avx2 instructions. For building, just run:

make

Expand Down Expand Up @@ -42,7 +42,7 @@ There are five main modules.
- KEM: The IND-CCA secure key encapsulation mechanism algorithms, which is corresponding to LAC.CCA in the documentation.
- KE: the key exchange algorithm, which is corresponding to LAC.KE in the documentation.
- AKE: the authenticated key exchange algorithm, which is corresponding to LAC.AKE in the documentation.
- Basic: the randomness generator, pseudo-randomness generator, and hash function. These basic blocks mainly based on the functions supported by OpenSSL.
- Basic: the randomness generator, pseudo-randomness generator, and hash function. These basic blocks mainly based on the functions supported by fips202.

3 Parameters
-------------------------
Expand Down

0 comments on commit 7149f9e

Please sign in to comment.