{
    "@context": [
        "https:\/\/doi.org\/doi:10.5063\/schema\/codemeta-2.0",
        "http:\/\/schema.org"
    ],
    "@type": "SoftwareSourceCode",
    "name": "PMNS4SIDH",
    "description": "This repository is an implementation of SIKE using Polynomial Modular Number Systems.",
    "dateCreated": "2020-01-01",
    "datePublished": "2022-10-24",
    "license": [
        "GNU Lesser General Public License v3.0 or later"
    ],
    "url": "https:\/\/hal.science\/lirmm-03827282",
    "identifier": [
        {
            "@type": "hal",
            "propertyID": "https:\/\/hal.science\/lirmm-03827282",
            "value": "lirmm-03827282"
        },
        {
            "@type": "swhid",
            "propertyID": "https:\/\/archive.softwareheritage.org\/swh:1:dir:43a33b67eeccffacd4f465c7a701e3c16c0a7a88;origin=https:\/\/gitlab.inria.fr\/ciao\/pmns-for-sidh;visit=swh:1:snp:5392c190ea3bd75f6df87fe3d382717eb52e030f;anchor=swh:1:rev:fc666429fa96e570fbcca250f27c25514f4ba638",
            "value": "swh:1:dir:43a33b67eeccffacd4f465c7a701e3c16c0a7a88;origin=https:\/\/gitlab.inria.fr\/ciao\/pmns-for-sidh;visit=swh:1:snp:5392c190ea3bd75f6df87fe3d382717eb52e030f;anchor=swh:1:rev:fc666429fa96e570fbcca250f27c25514f4ba638"
        }
    ],
    "applicationCategory": [
        "info",
        "info.info-cr"
    ],
    "keywords": [
        "Supersingular isogeny Diffie-Hellman",
        "Polynomial Modular Number System",
        "Efficient arithmetic"
    ],
    "codeRepository": "https:\/\/gitlab.inria.fr\/ciao\/pmns-for-sidh",
    "programmingLanguage": [
        "C"
    ],
    "version": "1",
    "dateModified": "2024-07-10",
    "developmentStatus": "Actif",
    "referencePublication": {
        "hal": "lirmm-03219438"
    },
    "author": [
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": [
                    "cyril-bouvier"
                ],
                "givenName": "Cyril",
                "familyName": "Bouvier",
                "affiliation": [
                    {
                        "@type": "Organization",
                        "name": "LIRMM"
                    }
                ]
            }
        },
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": [
                    "0000-0001-9362-2869"
                ],
                "givenName": "Laurent",
                "familyName": "Imbert",
                "affiliation": [
                    {
                        "@type": "Organization",
                        "name": "ECO"
                    }
                ]
            }
        }
    ],
    "contributor": [
        {
            "@type": "Person",
            "givenName": "Cathy",
            "familyName": "Tuchming"
        }
    ]
}