Skip to content
Snippets Groups Projects

tracked files

Merged ivan.fedorov requested to merge rct2 into master
6 files
+ 365
0
Compare changes
  • Side-by-side
  • Inline
Files
6
src/GOST/GOST.pri 0 → 100644
+ 16
0
INCLUDEPATH += $$PWD
HEADERS += $$PWD/28147_14.h \
$$PWD/28147_89.h \
$$PWD/callback_print.h \
$$PWD/dll_import.h \
$$PWD/print_data.h \
$$PWD/table.h \
$$PWD/test_data.inc \
$$PWD/block_cipher.h
SOURCES += $$PWD/28147_14.c \
$$PWD/28147_89.c \
$$PWD/block_cipher.c \
$$PWD/print_data.c \
$$PWD/testgost.c
Loading