.coveragerc
.gitignore
.gitmodules
CMakeLists.txt
CMakeLists.txt.gtest.in
LICENSE
MANIFEST.in
README.md
README.pypi
appveyor.yml
package.json
pytest.ini
requirements.txt
setup.cfg
setup.py
test-requirements.txt
.circleci/bash_env.sh
.circleci/build_emscripten.sh
.circleci/config.yml
.circleci/install_node.sh
deps/.gitkeep
deps/PicoSHA2/.git
deps/PicoSHA2/LICENSE
deps/PicoSHA2/README.md
deps/PicoSHA2/picosha2.h
deps/PicoSHA2/example/hasher.cpp
deps/PicoSHA2/example/interactive_hasher.cpp
deps/PicoSHA2/test/test.cpp
deps/dilithium/.git
deps/dilithium/.travis.yml
deps/dilithium/AUTHORS.md
deps/dilithium/README.md
deps/dilithium/avx2/Makefile
deps/dilithium/avx2/PQCgenKAT_sign.c
deps/dilithium/avx2/api.h
deps/dilithium/avx2/consts.c
deps/dilithium/avx2/fips202.c
deps/dilithium/avx2/fips202.h
deps/dilithium/avx2/fips202x4.c
deps/dilithium/avx2/fips202x4.h
deps/dilithium/avx2/invntt.s
deps/dilithium/avx2/ntt.h
deps/dilithium/avx2/ntt.s
deps/dilithium/avx2/packing.c
deps/dilithium/avx2/packing.h
deps/dilithium/avx2/params.h
deps/dilithium/avx2/pointwise_mul.s
deps/dilithium/avx2/poly.c
deps/dilithium/avx2/poly.h
deps/dilithium/avx2/polyvec.c
deps/dilithium/avx2/polyvec.h
deps/dilithium/avx2/randombytes.c
deps/dilithium/avx2/randombytes.h
deps/dilithium/avx2/reduce.c
deps/dilithium/avx2/reduce.h
deps/dilithium/avx2/rng.c
deps/dilithium/avx2/rng.h
deps/dilithium/avx2/rounding.c
deps/dilithium/avx2/rounding.h
deps/dilithium/avx2/sign.c
deps/dilithium/avx2/sign.h
deps/dilithium/avx2/keccak4x/KeccakP-1600-times4-SIMD256.c
deps/dilithium/avx2/keccak4x/KeccakP-1600-times4-SnP.h
deps/dilithium/avx2/keccak4x/KeccakP-1600-unrolling.macros
deps/dilithium/avx2/keccak4x/SIMD256-config.h
deps/dilithium/avx2/keccak4x/align.h
deps/dilithium/avx2/keccak4x/brg_endian.h
deps/dilithium/avx2/test/cpucycles.c
deps/dilithium/avx2/test/cpucycles.h
deps/dilithium/avx2/test/speed.c
deps/dilithium/avx2/test/speed.h
deps/dilithium/avx2/test/test_dilithium.c
deps/dilithium/avx2/test/test_mul.c
deps/dilithium/avx2/test/test_vectors.c
deps/dilithium/ref/Makefile
deps/dilithium/ref/PQCgenKAT_sign.c
deps/dilithium/ref/api.h
deps/dilithium/ref/fips202.c
deps/dilithium/ref/fips202.h
deps/dilithium/ref/ntt.c
deps/dilithium/ref/ntt.h
deps/dilithium/ref/packing.c
deps/dilithium/ref/packing.h
deps/dilithium/ref/params.h
deps/dilithium/ref/poly.c
deps/dilithium/ref/poly.h
deps/dilithium/ref/polyvec.c
deps/dilithium/ref/polyvec.h
deps/dilithium/ref/precomp.gp
deps/dilithium/ref/randombytes.c
deps/dilithium/ref/randombytes.h
deps/dilithium/ref/reduce.c
deps/dilithium/ref/reduce.h
deps/dilithium/ref/rng.c
deps/dilithium/ref/rng.h
deps/dilithium/ref/rounding.c
deps/dilithium/ref/rounding.h
deps/dilithium/ref/sign.c
deps/dilithium/ref/sign.h
deps/dilithium/ref/test/cpucycles.c
deps/dilithium/ref/test/cpucycles.h
deps/dilithium/ref/test/speed.c
deps/dilithium/ref/test/speed.h
deps/dilithium/ref/test/test_dilithium.c
deps/dilithium/ref/test/test_mul.c
deps/dilithium/ref/test/test_vectors.c
deps/kyber/.git
deps/kyber/.gitignore
deps/kyber/.travis.yml
deps/kyber/AUTHORS
deps/kyber/README.md
deps/kyber/avx2/Makefile
deps/kyber/avx2/PQCgenKAT_kem.c
deps/kyber/avx2/api.h
deps/kyber/avx2/cbd.h
deps/kyber/avx2/cbdeta4.s
deps/kyber/avx2/cbdref.c
deps/kyber/avx2/consts.c
deps/kyber/avx2/cpucycles.c
deps/kyber/avx2/cpucycles.h
deps/kyber/avx2/fips202.c
deps/kyber/avx2/fips202.h
deps/kyber/avx2/fips202x4.c
deps/kyber/avx2/fips202x4.h
deps/kyber/avx2/genmatrix.c
deps/kyber/avx2/genmatrix.h
deps/kyber/avx2/indcpa.c
deps/kyber/avx2/indcpa.h
deps/kyber/avx2/invntt.s
deps/kyber/avx2/kem.c
deps/kyber/avx2/kex.c
deps/kyber/avx2/kex.h
deps/kyber/avx2/ntt.h
deps/kyber/avx2/ntt.s
deps/kyber/avx2/params.h
deps/kyber/avx2/poly.c
deps/kyber/avx2/poly.h
deps/kyber/avx2/polyvec.c
deps/kyber/avx2/polyvec.h
deps/kyber/avx2/polyvec_pointwise_acc.s
deps/kyber/avx2/precomp.c
deps/kyber/avx2/randombytes.c
deps/kyber/avx2/randombytes.h
deps/kyber/avx2/reduce.c
deps/kyber/avx2/reduce.h
deps/kyber/avx2/rng.c
deps/kyber/avx2/rng.h
deps/kyber/avx2/speed.c
deps/kyber/avx2/test_kex.c
deps/kyber/avx2/test_kyber.c
deps/kyber/avx2/testvectors.c
deps/kyber/avx2/verify.c
deps/kyber/avx2/verify.h
deps/kyber/avx2/keccak4x/KeccakP-1600-times4-SIMD256.c
deps/kyber/avx2/keccak4x/KeccakP-1600-times4-SnP.h
deps/kyber/avx2/keccak4x/KeccakP-1600-unrolling.macros
deps/kyber/avx2/keccak4x/SIMD256-config.h
deps/kyber/avx2/keccak4x/align.h
deps/kyber/avx2/keccak4x/brg_endian.h
deps/kyber/ref/Makefile
deps/kyber/ref/PQCgenKAT_kem.c
deps/kyber/ref/api.h
deps/kyber/ref/cbd.c
deps/kyber/ref/cbd.h
deps/kyber/ref/cpucycles.c
deps/kyber/ref/cpucycles.h
deps/kyber/ref/fips202.c
deps/kyber/ref/fips202.h
deps/kyber/ref/indcpa.c
deps/kyber/ref/indcpa.h
deps/kyber/ref/kem.c
deps/kyber/ref/kex.c
deps/kyber/ref/kex.h
deps/kyber/ref/ntt.c
deps/kyber/ref/ntt.h
deps/kyber/ref/params.h
deps/kyber/ref/poly.c
deps/kyber/ref/poly.h
deps/kyber/ref/polyvec.c
deps/kyber/ref/polyvec.h
deps/kyber/ref/precomp.c
deps/kyber/ref/randombytes.c
deps/kyber/ref/randombytes.h
deps/kyber/ref/reduce.c
deps/kyber/ref/reduce.h
deps/kyber/ref/rng.c
deps/kyber/ref/rng.h
deps/kyber/ref/speed.c
deps/kyber/ref/test_kex.c
deps/kyber/ref/test_kyber.c
deps/kyber/ref/testvectors.c
deps/kyber/ref/verify.c
deps/kyber/ref/verify.h
deps/kyber/scripts/Kyber.py
deps/kyber/scripts/Kyber_failure.py
deps/kyber/scripts/MLWE_security.py
deps/kyber/scripts/model_BKZ.py
deps/kyber/scripts/proba_util.py
pyqrllib/__init__.py
pyqrllib/dilithium.py
pyqrllib/kyber.py
pyqrllib/pyqrllib.py
pyqrllib.egg-info/PKG-INFO
pyqrllib.egg-info/SOURCES.txt
pyqrllib.egg-info/dependency_links.txt
pyqrllib.egg-info/top_level.txt
scripts/update_godilithium_flags.sh
scripts/update_gokyber_flags.sh
scripts/update_goqrllib_flags.sh
src/api/dilithium.i
src/api/kyber.i
src/api/pyqrllib.i
src/dilithium/dilithium.cpp
src/dilithium/dilithium.h
src/jswrapper/jsdilwrapper.cpp
src/jswrapper/jskybwrapper.cpp
src/jswrapper/jsqrlwrapper.cpp
src/kyber/kyber.cpp
src/kyber/kyber.h
src/qrl/hashing.cpp
src/qrl/hashing.h
src/qrl/misc.cpp
src/qrl/misc.h
src/qrl/qrlAddressFormat.h
src/qrl/qrlDescriptor.h
src/qrl/qrlHelper.h
src/qrl/wordlist.cpp
src/qrl/wordlist.h
src/qrl/xmssBase.cpp
src/qrl/xmssBase.h
src/qrl/xmssBasic.cpp
src/qrl/xmssBasic.h
src/qrl/xmssFast.cpp
src/qrl/xmssFast.h
src/qrl/xmssPool.cpp
src/qrl/xmssPool.h
src/shasha/shasha.cpp
src/shasha/shasha.h
src/xmss-alt/algsxmss.c
src/xmss-alt/algsxmss.h
src/xmss-alt/algsxmss_fast.c
src/xmss-alt/algsxmss_fast.h
src/xmss-alt/algsxmss_internal.h
src/xmss-alt/eHashFunctions.h
src/xmss-alt/fips202.c
src/xmss-alt/fips202.h
src/xmss-alt/hash.c
src/xmss-alt/hash.h
src/xmss-alt/hash_address.c
src/xmss-alt/hash_address.h
src/xmss-alt/wots.c
src/xmss-alt/wots.h
src/xmss-alt/wots_internal.h
src/xmss-alt/wots_params.h
src/xmss-alt/xmss_common.c
src/xmss-alt/xmss_common.h
src/xmss-alt/xmss_params.h
tests/cpp/dilithium/dilithium_test.cpp
tests/cpp/dilithium/refdilithium_test.cpp
tests/cpp/kyber/kyber_test.cpp
tests/cpp/kyber/refkyber_test.cpp
tests/cpp/qrl/hashing_test.cpp
tests/cpp/qrl/misc_test.cpp
tests/cpp/qrl/qrlDescriptor.cpp
tests/cpp/qrl/qrlHelper.cpp
tests/cpp/qrl/xmssBasicSHA2_test.cpp
tests/cpp/qrl/xmssBasicSHAKE256_test.cpp
tests/cpp/qrl/xmssBasic_test.cpp
tests/cpp/qrl/xmssComparison_test.cpp
tests/cpp/qrl/xmssFastSHA2_test.cpp
tests/cpp/qrl/xmssFast_test.cpp
tests/cpp/qrl/xmssGeneric_test.cpp
tests/cpp/qrl/xmssPool_test.cpp
tests/cpp/qrl/deps_altxmss/xmss_fast_leon.cpp
tests/cpp/shasha/hashing_test.cpp
tests/golang/misc/helper.go
tests/golang/tests/dilithum_test.go
tests/golang/tests/kyber_test.go
tests/golang/tests/misc_test.go
tests/golang/tests/qrlhelper_test.go
tests/golang/tests/sha2_test.go
tests/golang/tests/shake128_test.go
tests/golang/tests/shake256_test.go
tests/golang/tests/xmss_test.go
tests/js/old_examples.js
tests/js/package-lock.json
tests/js/package.json
tests/js/test.js
tests/js/tmp/.gitkeep
tests/python/test_dilithium.py
tests/python/test_kyber.py
tests/python/test_misc.py
tests/python/test_qrlhelper.py
tests/python/test_sha2.py
tests/python/test_shake.py
tests/python/test_xmss.py
tests/python/test_xmsspool.py