mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
* Add minimal kex and sig example file showing the api usage * Fix regular expression * update * Update global namespace regex * Further updates to gloabalnamespace script * added minimal_sig/kex_oqs as test cases * commit * commit * commit updated tabs to spaces * commit make prettyprint * commit replaced macros with functions * commit changed print_hex_string to disp_hex_string to comply to the coding standards * updated regex * Remove spurious regex updates * commit * Added back _ntt_double and _rec in regex Otherwise gcc fails on travis * commit
106 lines
1.1 KiB
Plaintext
106 lines
1.1 KiB
Plaintext
*.swp
|
|
|
|
# Linked headers
|
|
include
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
/test_kex
|
|
/test_sig
|
|
/test_rand
|
|
/test_aes
|
|
/minimal_kex_oqs
|
|
/minimal_sig_oqs
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
|
|
# Generated documentation
|
|
docs/doxygen
|
|
|
|
# Backup files
|
|
*~
|
|
|
|
# Visual Studio files
|
|
VisualStudio/*.db
|
|
VisualStudio/*.opendb
|
|
VisualStudio/.vs/
|
|
VisualStudio/**/Win32/
|
|
VisualStudio/**/x64/
|
|
VisualStudio/include/
|
|
VisualStudio/**/*.user
|
|
|
|
# External sources
|
|
external
|
|
!src/sig_picnic/external
|
|
src/sig_picnic/external/build/**
|
|
/temp/
|
|
|
|
# Travis files
|
|
cmake-3.8.0.tar.gz
|
|
cmake-3.8.0/**
|
|
|
|
#Autotools
|
|
autom4te.cache
|
|
.deps
|
|
Makefile.in
|
|
Makefile
|
|
aclocal.m4
|
|
compile
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
config/libtool.m4
|
|
config/ltoptions.m4
|
|
config/ltsugar.m4
|
|
config/ltversion.m4
|
|
config/lt~obsolete.m4
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
stamp-h1
|
|
.libs
|
|
.dirstamp
|
|
|
|
#params
|
|
sample_params
|
|
data/
|
|
|
|
# Exceptions
|
|
!/src/kex_sidh_msr/config.h
|
|
!src/sig_picnic/external/config.h.in
|