https://github.com/LEDAcrypt/LEDAkem
Raw File
Tip revision: 6340ad16593f49d7d2cea8830cb48ddd522c2d5e authored by Alessandro Barenghi on 06 September 2018, 09:50:43 UTC
fixed decoder and sparse multiplication, added forceful zeroize to buffer
Tip revision: 6340ad1
.gitignore
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# 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

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
back to top