aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/java/cz/crcs/ectester/data/anssi/curves.xml
blob: 0456e674724feee780ad0b0e62ab130701a3257a (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8" ?>
<curves xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="../schema.xsd">
    <curve>
        <id>FRP256v1</id>
        <bits>256</bits>
        <field>prime</field>
        <file>frp256v1.csv</file>
    </curve>
</curves>