diff options
Diffstat (limited to '')
-rw-r--r-- | documentation/research/cryptography.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/research/cryptography.md b/documentation/research/cryptography.md index bd3ec0d87..2dfe331e4 100644 --- a/documentation/research/cryptography.md +++ b/documentation/research/cryptography.md @@ -1,5 +1,6 @@ # Constant-time programming +1. [Constant-Time WebAssembly](https://github.com/PLSysSec/ct-wasm) 1. [Verifying Constant-Time Implementations](https://michael-emmi.github.io/papers/conf-uss-AlmeidaBBDE16.pdf) 1. https://www.bearssl.org/ctmul.html 1. [FaCT: A Flexible, Constant-Time Programming Language](https://cseweb.ucsd.edu/~dstefan/pubs/cauligi:2017:fact.pdf) |