Publikation:

A Lightweight Identification Protocol Based on Lattices

Lade...
Vorschaubild

Dateien

Zu diesem Dokument gibt es keine Dateien.

Datum

2023

Autor:innen

Düzlü, Samed
Krämer, Juliane
Pöppelmann, Thomas

Herausgeber:innen

Kontakt

ISSN der Zeitschrift

Electronic ISSN

ISBN

Bibliografische Daten

Verlag

Schriftenreihe

Auflagebezeichnung

URI (zitierfähiger Link)
ArXiv-ID

Internationale Patentnummer

Angaben zur Forschungsförderung

Deutsche Forschungsgemeinschaft (DFG): 236615297
Institutionen der Bundesrepublik Deutschland: 16KIS1022
Institutionen der Bundesrepublik Deutschland: 16KIS1020

Projekt

Open Access-Veröffentlichung
Core Facility der Universität Konstanz

Gesperrt bis

Titel in einer weiteren Sprache

Publikationstyp
Beitrag zu einem Konferenzband
Publikationsstatus
Published

Erschienen in

BOLDYREVA, Alexandra, Hrsg., Vladimir KOLESNIKOV, Hrsg.. Public-Key Cryptography : PKC 2023 : 26th IACR International Conference on Practice and Theory of Public-Key Cryptography, Proceedings, Part I. Cham: Springer, 2023, S. 95-113. Lecture Notes in Computer Science (LNCS). 13940. ISSN 0302-9743. eISSN 1611-3349. ISBN 978-3-031-31367-7. Verfügbar unter: doi: 10.1007/978-3-031-31368-4_4

Zusammenfassung

In this work we present a lightweight lattice-based identification protocol based on the CPA-secured public key encryption scheme Kyber. It is designed as a replacement for existing classical ECC- or RSA-based identification protocols in IoT, smart card applications, or for device authentication. The proposed protocol is simple, efficient, and implementations are supposed to be easy to harden against side-channel attacks. Compared to standard constructions for identification protocols based on lattice-based KEMs, our construction achieves this by avoiding the Fujisaki-Okamoto transform and its impact on implementation security.

Moreover, contrary to prior lattice-based identification protocols or standard constructions using signatures, our work does not require rejection sampling and can use more efficient parameters than signature schemes.

We provide a generic construction from CPA-secured public key encryption schemes to identification protocols and give a security proof of the protocol in the ROM. Moreover, we instantiate the generic construction with Kyber, for which we use the proposed parameter sets for NIST security levels I, III, and V. To show that the protocol is suitable for constrained devices, we implemented one selected parameter set on an ARM Cortex-M4 microcontroller. As the protocol is based on existing algorithms for Kyber, we make use of existing SW components (e.g., fast NTT implementations) for our implementation.

Zusammenfassung in einer weiteren Sprache

Fachgebiet (DDC)
004 Informatik

Schlagwörter

Lattice-Based Cryptography, Identification Protocol, Post-Quantum Cryptography, LWE

Konferenz

PKC 2023 : IACR International Conference on Public-Key Cryptography, 7. Mai 2023 - 10. Mai 2023, Atlanta, GA, USA
Rezension
undefined / . - undefined, undefined

Forschungsvorhaben

Organisationseinheiten

Zeitschriftenheft

Zugehörige Datensätze in KOPS

Zitieren

ISO 690DÜZLÜ, Samed, Juliane KRÄMER, Thomas PÖPPELMANN, Patrick STRUCK, 2023. A Lightweight Identification Protocol Based on Lattices. PKC 2023 : IACR International Conference on Public-Key Cryptography. Atlanta, GA, USA, 7. Mai 2023 - 10. Mai 2023. In: BOLDYREVA, Alexandra, Hrsg., Vladimir KOLESNIKOV, Hrsg.. Public-Key Cryptography : PKC 2023 : 26th IACR International Conference on Practice and Theory of Public-Key Cryptography, Proceedings, Part I. Cham: Springer, 2023, S. 95-113. Lecture Notes in Computer Science (LNCS). 13940. ISSN 0302-9743. eISSN 1611-3349. ISBN 978-3-031-31367-7. Verfügbar unter: doi: 10.1007/978-3-031-31368-4_4
BibTex
@inproceedings{Duzlu2023Light-71470,
  year={2023},
  doi={10.1007/978-3-031-31368-4_4},
  title={A Lightweight Identification Protocol Based on Lattices},
  number={13940},
  isbn={978-3-031-31367-7},
  issn={0302-9743},
  publisher={Springer},
  address={Cham},
  series={Lecture Notes in Computer Science (LNCS)},
  booktitle={Public-Key Cryptography : PKC 2023 : 26th IACR International Conference on Practice and Theory of Public-Key Cryptography, Proceedings, Part I},
  pages={95--113},
  editor={Boldyreva, Alexandra and Kolesnikov, Vladimir},
  author={Düzlü, Samed and Krämer, Juliane and Pöppelmann, Thomas and Struck, Patrick}
}
RDF
<rdf:RDF
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:bibo="http://purl.org/ontology/bibo/"
    xmlns:dspace="http://digital-repositories.org/ontologies/dspace/0.1.0#"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:void="http://rdfs.org/ns/void#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="https://kops.uni-konstanz.de/server/rdf/resource/123456789/71470">
    <dc:creator>Krämer, Juliane</dc:creator>
    <bibo:uri rdf:resource="https://kops.uni-konstanz.de/handle/123456789/71470"/>
    <foaf:homepage rdf:resource="http://localhost:8080/"/>
    <dcterms:isPartOf rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
    <dcterms:abstract>In this work we present a lightweight lattice-based identification protocol based on the CPA-secured public key encryption scheme Kyber. It is designed as a replacement for existing classical ECC- or RSA-based identification protocols in IoT, smart card applications, or for device authentication. The proposed protocol is simple, efficient, and implementations are supposed to be easy to harden against side-channel attacks. Compared to standard constructions for identification protocols based on lattice-based KEMs, our construction achieves this by avoiding the Fujisaki-Okamoto transform and its impact on implementation security.

Moreover, contrary to prior lattice-based identification protocols or standard constructions using signatures, our work does not require rejection sampling and can use more efficient parameters than signature schemes.

We provide a generic construction from CPA-secured public key encryption schemes to identification protocols and give a security proof of the protocol in the ROM. Moreover, we instantiate the generic construction with Kyber, for which we use the proposed parameter sets for NIST security levels I, III, and V. To show that the protocol is suitable for constrained devices, we implemented one selected parameter set on an ARM Cortex-M4 microcontroller. As the protocol is based on existing algorithms for Kyber, we make use of existing SW components (e.g., fast NTT implementations) for our implementation.</dcterms:abstract>
    <dcterms:title>A Lightweight Identification Protocol Based on Lattices</dcterms:title>
    <dspace:isPartOfCollection rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
    <void:sparqlEndpoint rdf:resource="http://localhost/fuseki/dspace/sparql"/>
    <dc:creator>Struck, Patrick</dc:creator>
    <dc:creator>Düzlü, Samed</dc:creator>
    <dc:language>eng</dc:language>
    <dc:creator>Pöppelmann, Thomas</dc:creator>
    <dc:contributor>Pöppelmann, Thomas</dc:contributor>
    <dcterms:available rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-11-27T10:41:00Z</dcterms:available>
    <dc:contributor>Struck, Patrick</dc:contributor>
    <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-11-27T10:41:00Z</dc:date>
    <dc:contributor>Düzlü, Samed</dc:contributor>
    <dcterms:issued>2023</dcterms:issued>
    <dc:contributor>Krämer, Juliane</dc:contributor>
  </rdf:Description>
</rdf:RDF>

Interner Vermerk

xmlui.Submission.submit.DescribeStep.inputForms.label.kops_note_fromSubmitter

Kontakt
URL der Originalveröffentl.

Prüfdatum der URL

Prüfungsdatum der Dissertation

Finanzierungsart

Kommentar zur Publikation

Allianzlizenz
Corresponding Authors der Uni Konstanz vorhanden
Internationale Co-Autor:innen
Universitätsbibliographie
Ja
Begutachtet
Link zu Forschungsdaten
Beschreibung der Forschungsdaten
source code
Diese Publikation teilen