This commit is contained in:
Patrick Longa 2017-05-09 11:13:12 -07:00 коммит произвёл GitHub
Родитель 8de4abc013
Коммит 6064b908ac
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ project files for compilation and testing in Windows.
* [`FourQ_64bit_and_portable/makefile`](FourQ_64bit_and_portable/makefile): Makefile for compilation using GNU GCC or clang compilers
on Linux.
* Main .c and .h files: library and header files. Public API for ECC scalar multiplication, key exchange and signatures is in
[`FourQ_64bit_and_portable\FourQ_api.h`](FourQ_64bit_and_portable\FourQ_api.h).
[`FourQ_64bit_and_portable/FourQ_api.h`](FourQ_64bit_and_portable/FourQ_api.h).
* [`FourQ_64bit_and_portable/AMD64/`](FourQ_64bit_and_portable/AMD64/): folder with library files for optimized x64 implementation.
* [`FourQ_64bit_and_portable/ARM64/`](FourQ_64bit_and_portable/ARM64/): folder with library files for optimized 64-bit ARM
implementation.