mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-05 00:05:12 -04:00
* Add AES using AES-NI. * Add doumentation and testing to AES. * Add C equivalent to AES NI code, wrapper functions, and test harness.
54 lines
528 B
Plaintext
54 lines
528 B
Plaintext
# 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_rand
|
|
/test_aes
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
|
|
# Generated documentation
|
|
docs
|
|
|
|
# Backup files
|
|
*~
|
|
|
|
# Visual Studio files
|
|
VisualStudio/*.db
|
|
VisualStudio/*.opendb
|
|
VisualStudio/.vs/
|
|
VisualStudio/**/Win32/
|
|
VisualStudio/**/x64/
|
|
VisualStudio/include/
|
|
VisualStudio/**/*.user |