mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-11-29 00:03:48 -05:00
3 lines
153 B
Plaintext
3 lines
153 B
Plaintext
{% for family in kems %}
|
|
{% for scheme in family['schemes'] %} OQS_KEM_alg_{{ family['name'] }}_{{ scheme['scheme'] }},{% endfor %}{% endfor %}
|
|
|