Skip to content

Commit

Permalink
missed one file from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
feventura committed Dec 12, 2023
1 parent b5365ae commit a65fb83
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
# define {{ classical_alg['name'] }}_{{ variant['name'] }}_input_type "{{ classical_alg['name'] }}_{{ variant['name'] }}"
# define {{ classical_alg['name'] }}_{{ variant['name'] }}_pem_type "{{ classical_alg['name'] }}_{{ variant['name'] }}"
{%- endfor -%}
{%- for composite_alg in variant['composite'] %}
# define {{ variant['name'] }}_{{ composite_alg['name'] }}_evp_type 0
# define {{ variant['name'] }}_{{ composite_alg['name'] }}_input_type "{{ variant['name'] }}_{{ composite_alg['name'] }}"
# define {{ variant['name'] }}_{{ composite_alg['name'] }}_pem_type "{{ variant['name'] }}_{{ composite_alg['name'] }}"
{%- endfor -%}
{%- endfor %}
{%- endfor %}

0 comments on commit a65fb83

Please sign in to comment.