Skip to content

Commit 9be952e

Browse files
committed
Small fix in MQOM upstream URL.
1 parent e532e5a commit 9be952e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ All names other than `ML-KEM` and `ML-DSA` are subject to change. `liboqs` makes
7474
| Falcon | Selected by [NIST](https://csrc.nist.gov/CSRC/media/Projects/post-quantum-cryptography/documents/round-3/submissions/Falcon-Round3.zip) for upcoming standardization | [`PQClean/PQClean@1eacfda`](https://github.com/PQClean/PQClean/commit/1eacfdafc15ddc5d5759d0b85b4cef26627df181) |
7575
| MAYO | Under [NIST](https://csrc.nist.gov/csrc/media/Projects/pqc-dig-sig/documents/round-2/spec-files/mayo-spec-round2-web.pdf) consideration | [`PQCMayo/MAYO-C@4b7cd94`](https://github.com/PQCMayo/MAYO-C/commit/4b7cd94c96b9522864efe40c6ad1fa269584a807) |
7676
| ML-DSA | Standardized by [NIST](https://csrc.nist.gov/pubs/fips/204/final) | [`pq-code-package/mldsa-native@f48f164`](https://github.com/pq-code-package/mldsa-native/commit/f48f164cefb07f4ffa519ddda7cee670b8ee3517) |
77-
| MQOM | Under [NIST](https://csrc.nist.gov/csrc/media/Projects/pqc-dig-sig/documents/round-2/spec-files/mqom-spec-round2-web.pdf) consideration | [`mqom/mqo@dcccd61`](https://github.com/mqom/mqo/commit/dcccd61b78fbb2ac1ec83a098442de6178373a95) |
77+
| MQOM | Under [NIST](https://csrc.nist.gov/csrc/media/Projects/pqc-dig-sig/documents/round-2/spec-files/mqom-spec-round2-web.pdf) consideration | [`mqom/mqom-v2@dcccd61`](https://github.com/mqom/mqom-v2/commit/dcccd61b78fbb2ac1ec83a098442de6178373a95) |
7878
| SLH-DSA | Standardized by [NIST](https://csrc.nist.gov/pubs/fips/205/final) | [`pq-code-package/slhdsa-c@a0fc1ff`](https://github.com/pq-code-package/slhdsa-c/commit/a0fc1ff253930060d0246aebca06c2538eb92b88) |
7979
| SNOVA | Under [NIST](https://csrc.nist.gov/csrc/media/Projects/pqc-dig-sig/documents/round-2/spec-files/snova-spec-round2-web.pdf) consideration | [`vacuas/SNOVA@1c3ca6f`](https://github.com/vacuas/SNOVA/commit/1c3ca6f4f7286c0bde98d7d6f222cf63b9d52bff) |
8080
| SPHINCS+ | Selected by [NIST](https://sphincs.org/data/sphincs+-r3.1-specification.pdf) as basis for SLH-DSA (FIPS 205) | [`PQClean/PQClean@1eacfda`](https://github.com/PQClean/PQClean/commit/1eacfdafc15ddc5d5759d0b85b4cef26627df181) |

docs/algorithms/sig/mqom.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
- **Authors' website**: https://mqom.org/
77
- **Specification version**: NIST Round 2.
88
- **Primary Source**<a name="primary-source"></a>:
9-
- **Source**: https://github.com/mqom/mqo/commit/dcccd61b78fbb2ac1ec83a098442de6178373a95
9+
- **Source**: https://github.com/mqom/mqom-v2/commit/dcccd61b78fbb2ac1ec83a098442de6178373a95
1010
- **Implementation license (SPDX-Identifier)**: MIT
1111
- **Optimized Implementation sources**:
1212
- **memopt**:<a name="memopt"></a>
13-
- **Source**: https://github.com/mqom/mqo/commit/dcccd61b78fbb2ac1ec83a098442de6178373a95
13+
- **Source**: https://github.com/mqom/mqom-v2/commit/dcccd61b78fbb2ac1ec83a098442de6178373a95
1414
- **Implementation license (SPDX-Identifier)**: MIT
1515
- **avx2**:<a name="avx2"></a>
16-
- **Source**: https://github.com/mqom/mqo/commit/dcccd61b78fbb2ac1ec83a098442de6178373a95
16+
- **Source**: https://github.com/mqom/mqom-v2/commit/dcccd61b78fbb2ac1ec83a098442de6178373a95
1717
- **Implementation license (SPDX-Identifier)**: MIT
1818

1919

docs/algorithms/sig/mqom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ standardization-status: Under [NIST](https://csrc.nist.gov/csrc/media/Projects/p
1212
consideration
1313
spec-version: NIST Round 2
1414
primary-upstream:
15-
source: https://github.com/mqom/mqo/commit/dcccd61b78fbb2ac1ec83a098442de6178373a95
15+
source: https://github.com/mqom/mqom-v2/commit/dcccd61b78fbb2ac1ec83a098442de6178373a95
1616
spdx-license-identifier: MIT
1717
parameter-sets:
1818
- name: mqom2_cat1_gf16_fast_r5

scripts/copy_from_upstream/copy_from_upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ upstreams:
9494
sig_meta_path: 'liboqs/META/{pretty_name_full}_META.yml'
9595
-
9696
name: mqom
97-
git_url: https://github.com/mqom/mqom-v2
97+
git_url: https://github.com/mqom/mqom-v2.git
9898
git_branch: main
9999
git_commit: dcccd61b78fbb2ac1ec83a098442de6178373a95
100100
sig_scheme_path: '.'

0 commit comments

Comments
 (0)