diff options
| author | Petr Svenda | 2024-09-28 09:55:17 +0200 |
|---|---|---|
| committer | J08nY | 2024-10-30 22:40:39 +0100 |
| commit | cc6bdd60b445381ae7eee8e04c60b3bdc222aa9c (patch) | |
| tree | c770bdc8c8c6a8d32561a8271b79a5e0254daca7 | |
| parent | 65da078dfd9b93b0c8609c39c6da1b34df93a727 (diff) | |
| download | sec-certs-cc6bdd60b445381ae7eee8e04c60b3bdc222aa9c.tar.gz sec-certs-cc6bdd60b445381ae7eee8e04c60b3bdc222aa9c.tar.zst sec-certs-cc6bdd60b445381ae7eee8e04c60b3bdc222aa9c.zip | |
add multiparty security search
| -rw-r--r-- | awesome_search_examples.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/awesome_search_examples.md b/awesome_search_examples.md index 279634ee..23798fd2 100644 --- a/awesome_search_examples.md +++ b/awesome_search_examples.md @@ -31,6 +31,7 @@ The project 'sec-cert' started in 2019 with the goal of providing automatic proc ## Contents 1. [Cryptographic capabilities](#cryptographic-capabilities) + - [Multi-party security](#multi-party-security) - [Post-quantum cryptography](#post-quantum-cryptography) 3. [Vulnerabilites assesment](#vulnerabilites-assesment) - [ROCA vulnerability](#roca-vulnerability) @@ -40,6 +41,14 @@ _________________________________________________ ## Cryptographic capabilities +### Multi-party security +- [Multi-party security use [CC]](https://sec-certs.org/cc/ftsearch/?q="multiparty" OR "SMPC" OR "Multi-Party" OR "FROST"&cat=abcdefghijklmop&status=any&type=any), [:snowflake:](https://sec-certs.org/cc/network/?q=%22multiparty%22%20OR%20%22SMPC%22%20OR%20%22Multi-Party%22%20OR%20%22FROST%22&cat=abcdefghijklmop&status=any&type=any&search=fulltext) + <br> + ```"multiparty" OR "SMPC" OR "Multi-Party" OR "FROST"``` + <br> +Certificates mentioning generically any multiparty execution, hopefully in security or even cryptographic context. + + ### Post-quantum cryptography - [Post-quantum algorithms support [CC]](https://sec-certs.org/cc/ftsearch/?q=%22post%20quantum%22%20OR%20%22post-quantum%22%20OR%20%22PQC%22%20OR%20%22KYBER%22%20OR%20%22SPHINCS%22%20OR%20%22NTRU%22%20OR%20%22XMSS%22%20OR%20%22LWE%22%20OR%20%22CSIDH%22%20OR%20%22BLISS%22%20OR%20%22RLCE%22%20OR%20%22McEliece%22%20OR%20%22CRYSTALS%22%20OR%20%22Dilithium%22&cat=abcdefghijklmop&status=any&type=any), [:snowflake:](https://sec-certs.org/cc/network/?q=%22post%20quantum%22%20OR%20%22post-quantum%22%20OR%20%22PQC%22%20OR%20%22KYBER%22%20OR%20%22SPHINCS%22%20OR%20%22NTRU%22%20OR%20%22XMSS%22%20OR%20%22LWE%22%20OR%20%22CSIDH%22%20OR%20%22BLISS%22%20OR%20%22RLCE%22%20OR%20%22McEliece%22%20OR%20%22CRYSTALS%22%20OR%20%22Dilithium%22&cat=abcdefghijklmop&status=any&type=any&search=fulltext) <br> |
