Equihash is a memory-hard
Proof-of-work algorithm introduced by the
University of Luxembourg's Interdisciplinary Centre for Security, Reliability and Trust (SnT) at the 2016 Network and Distributed System Security Symposium. The algorithm is based on a generalization of the
Birthday problem which finds colliding hash values. It has severe time-space trade-offs but concedes vulnerability to unforeseen parallel optimizations.
It was designed such that parallel implementations are bottle-necked by memory bandwidth in an attempt to worsen the cost-performance trade-offs of designing custom
ASIC
An application-specific integrated circuit (ASIC ) is an integrated circuit (IC) chip customized for a particular use, rather than intended for general-purpose use, such as a chip designed to run in a digital voice recorder or a high-efficien ...
implementations. ASIC resistance in Equihash is based on the assumption that commercially-sold hardware already has quite high memory bandwidth, so improvements made by custom hardware may not be worth the development cost.
General
Equihash was proposed by
Alex Biryukov Alex Biryukov is a cryptographer, currently a full professor at the University of Luxembourg. His notable work includes the design of the stream cipher LEX, as well as the cryptanalysis of numerous cryptographic primitives. In 1998, he developed imp ...
and
Dmitry Khovratovich
Dmitry Khovratovich is a cryptographer, currently a Lead Cryptographer for the Dusk Network, researcher for the Ethereum Foundation, and member of the International Association for Cryptologic Research. He developed, together with Alex Biryuk ...
as part of the University of Luxembourg research group CryptoLUX. It was introduced at the Network and Distributed System Security Symposium 2016 in
San Diego
San Diego ( , ; ) is a city on the Pacific Ocean coast of Southern California located immediately adjacent to the Mexico–United States border. With a 2020 population of 1,386,932, it is the List of United States cities by population, eigh ...
. Notable
blockchain
A blockchain is a type of distributed ledger technology (DLT) that consists of growing lists of records, called ''blocks'', that are securely linked together using cryptography. Each block contains a cryptographic hash of the previous block, a ...
-based projects such as
ZCash, BitcoinZ, Horizen, Aion, Hush, and
Pirate Chain have integrated Equihash for reasons such as security, privacy, and
ASIC miner resistance.
The manufacturer
Bitmain has succeeded in optimizing the processing of Zcash's Equihash-200,9 with an ASIC.
Specification
Equihash has three parameters –
,
, and
– which determine the algorithm's time and memory requirements. The time complexity is proportional to
while the memory complexity is proportional to
. The algorithm is often implemented with
(using an alternative method of controlling the effective difficulty).
The problem in Equihash is to find distinct,
-bit values
to satisfy
such that
has
leading zeros, where
is a chosen
hash function.
In addition, there are "algorithm binding conditions" which are intended to reduce the risk of other algorithms developed to solve the underlying birthday problem being applicable. A memory-less verification requires
hashes and XORs.
Memory-hardness and time-space tradeoffs
It is proposed that the puzzle in Equihash be solved by a variation of Wagner's algorithm for the generalized birthday problem. (Note that the underlying problem is not exactly the Generalized Birthday Problem as defined by Wagner, since it uses a single list rather than multiple lists.) The proposed algorithm makes
iterations over a large list.
For every factor of
fewer entries per list, computational complexity of the algorithm scales proportional to
for memory-efficient implementations. Alcock and Ren
refute Equihash’s security claims, concluding that no tradeoff-resistance bound is in fact known for Equihash.
Usage
The cryptocurrency
Zcash implements Equihash with
and
.
The cryptocurrency
BitcoinGold implements Equihash with
and
.
See also
*
Proof of stake
References
{{Cryptocurrencies
Cryptocurrencies
Cryptographic algorithms