mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
* Fixed a typo in a comment * Refactored sig API following nist-branch (also fixes issue 380) * Fixed Windows compilation error in sig.c. * Added Picnic to Windows' config, and changed defaul alg to Picnic (since qTesla is not yet supported on Windows) * Moved sig_picnic and sig_qtesla under sig directory, to harmonize with kem api * Use different default sig alg on Windows to fix Travis back-compat tests and platform gap. * Further changes required for OQS to be properly used by applications * Compare OQS functions's return values to OQS error codes in sig.c. * Fixed typos in comments. * Replaced minimal_oqs_sig with example_sig. * Ensure travis tests fail on error * Add try-catch block in all-tests.sh * Ignore example_sig * Point global-namespace-check to .libs/liboqs.a * More precise error handling in global-namespace-check * Warning colours in travis tests and error handling in free-check * Error handling in style-check * Clean up style-check * Removed leftover minimal_sig_oqs ref and VS projects. * Prettyprint * Revert clang-format version check * Re-revert clang-format style check * Prettyprint * Added speed_sig to master. * Removed superfluous extern from sig schemes .h
119 lines
1.3 KiB
Plaintext
119 lines
1.3 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
|
|
tests/example_kem
|
|
tests/example_sig
|
|
tests/speed_kem
|
|
tests/speed_sig
|
|
tests/test_kem
|
|
tests/test_kex
|
|
tests/test_sig
|
|
tests/test_rand
|
|
tests/test_aes
|
|
tests/test_sha3
|
|
tests/minimal_kex_oqs
|
|
|
|
#kat
|
|
tests/kat_kem
|
|
kat_kem_rsp/
|
|
|
|
# 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/**
|
|
src/sig_picnic/external/msbuild/**
|
|
/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/sig_picnic/external/config.h.in
|
|
|
|
# Misc (master branch)
|
|
.objs_upstream
|
|
*.geany
|