Thom Wiggers
32b066036d
Implement testing via Github actions
* Fix a bunch of issues in SPHINCS+ on Windows
* Fix testing makefile dependencies by fixing times of common files
(affected Windows testing mainly)
4 years ago
Douglas Stebila
585a001fda
Split aes*_keyexp up into ecb and ctr variants
4 years ago
Thom Wiggers
d7b739af13
Clean up README and CONTRIBUTING ( #273 )
* Clean up the docs a bit
* Document that qemu-user-static needs Linux
4 years ago
Thom Wiggers
65a6a63e08
Put all common primitives on the heap ( #266 )
* Put AES ctx on the heap
This forces people to use the ``ctx_release`` functions, because otherwise there will be leaks
* Put fips202 on the heap
* Add much more docs for fips202.h
* fixup! Put fips202 on the heap
* Put SHA2 on the heap-supporting API
* Fix clang-tidy warnings
* Fix unreachable free() in falcon
* Fix McEliece8192128f-sse GNU Makefile
4 years ago
Douglas Stebila
f21a1b7e24
Document AES key schedule release
[skip ci]
5 years ago
Matthias J. Kannwischer
042d365e5c
convert `principal-submitter` into a list in CONTRIBUTING.md
5 years ago
Matthias J. Kannwischer
951f7a0824
check nist kats for signatures. resolves #169
5 years ago
Matthias J. Kannwischer
0127ba93f5
Add IND-CPA/IND-CCA2 security field to METADATA. add test for it as well ( #165 )
5 years ago
Matthias J. Kannwischer
1597e62514
add IND-CPA/IND-CCA2 security field to METADATA. add test for it as well
5 years ago
Douglas Stebila
6e1f66d047
Don't run testvectors checks on KEMs ( #161 )
5 years ago
Joost Rijneveld
972315dec5
Move secret key length back to scheme-level META
5 years ago
Thom Wiggers
2a9d793152
Update CONTRIBUTING.md
5 years ago
Thom Wiggers
1523a5ce47
Fix shared-secret in CONTRIBUTING
5 years ago
Thom Wiggers
004c82c42e
Namespace constants, clean up C API listings
5 years ago
Thom Wiggers
c765e5c350
Specify crypto API as specified in README
This means using uint8_t and adding the detached-signature api functions
5 years ago
Thom Wiggers
98a6f2cf38
Add remark about running astyle to contributing
See #60
5 years ago
Thom Wiggers
e39dec0919
Add powerpc mention and remove intentions statement
5 years ago
Douglas Stebila
cb4eb97bc4
Markdown formatting changes
5 years ago
Thom Wiggers
658b4f0447
Fix unfinished sentence
[ci skip]
5 years ago
Thom Wiggers
7d8b12d6bd
Syntax typos
5 years ago
Thom Wiggers
928b92364e
First draft of CONTRIBUTING
5 years ago