vix.ing · top · new · best · stats · spec

Optimal Tree Hash Modes: the Case of Trees Having their Leaves at All the Levels

2016/07/01 by Kévin Atighehchi, Atighehchi, Kevin
Computer Science · #Algorithms and Data Compression #Coding theory and cryptography #Cryptographic Implementations and Security #Cryptography and Security (cs.CR) #Distributed #FOS: Computer and information sciences #Parallel #and Cluster Computing (cs.DC)

paper · pdf · doi:10.48550/arxiv.1607.00307

openalex publication_date 2016/07/01 · openalex created_date 2016/08/23 · openalex updated_date 2026/07/28

Abstract

A recent work shows how we can optimize a tree based mode of operation for a hash function where the sizes of input message blocks and digest are the same, subject to the constraint that the involved tree structure has all its leaves at the same depth. In this work, we show that we can further optimize the running time of such a mode by using a tree having leaves at all its levels. We make the assumption that the input message block has a size a multiple of that of the digest and denote by d the ratio block size over digest size. The running time is evaluated in terms of number of operations performed by the hash function, i.e. the number of calls to its underlying function. It turns out that a digest can be computed in \lceil logd+1 (l/2) \rceil+2 evaluations of the underlying function using \lceil l/2 \rceil processors, where l is the number of blocks of the message. Other results of interest are discussed, such as the optimization of the parallel running time for a tree of restricted height.

Related