LOCRNov 13, 2015

Formal Specification and Verification of Fully Asynchronous Implementations of the Data Encryption Standard

arXiv:1511.04174v112 citations
Originality Synthesis-oriented
AI Analysis

This work provides a rigorous verification method for asynchronous DES implementations, which is incremental as it applies existing formal techniques to a specific cryptographic standard.

The paper tackled the formal verification of asynchronous circuit implementations of the Data Encryption Standard (DES) by developing two models using LOTOS and LNT, and validated correctness through techniques like model checking and equivalence checking, with results matching existing implementations.

This paper presents two formal models of the Data Encryption Standard (DES), a first using the international standard LOTOS, and a second using the more recent process calculus LNT. Both models encode the DES in the style of asynchronous circuits, i.e., the data-flow blocks of the DES algorithm are represented by processes communicating via rendezvous. To ensure correctness of the models, several techniques have been applied, including model checking, equivalence checking, and comparing the results produced by a prototype automatically generated from the formal model with those of existing implementations of the DES. The complete code of the models is provided as appendices and also available on the website of the CADP verification toolbox.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes