aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/resources/cz/crcs/ectester/data/gost/curves.xml
blob: 2b83c5e5ae08859989c138d86adc99d306cde145 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8" ?>
<curves xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="../schema.xsd">
    <curve>
        <id>gost256</id>
        <bits>256</bits>
        <field>prime</field>
        <file>gost256.csv</file>
    </curve>
    <curve>
        <id>gost512</id>
        <bits>512</bits>
        <field>prime</field>
        <file>gost512.csv</file>
    </curve>
</curves>