What is it about?
A fast and hardware-efficient non-cryptographic hash function is proposed. A Bloom filter algorithm is implemented on FPGA and is by far the fastest lookup architecture on hardware.
Featured Image
Why is it important?
This paper proposes novel Bloom filter algorithms and FPGA architectures for high-speed searching applications. A Bloom filter is a memory structure that is used to test whether input search data are present in a table of stored data. Bloom filters are extensively used in network security solutions that apply traffic flow monitoring or deep packet inspection. Improving the speed of Bloom filters can therefore have a significant impact on the speed of many network applications. The most important components determining the speed of Bloom filters are hash functions. While hash functions in Bloom filters do not require strong cryptographic properties, they do need a minimized computational delay. We take on the challenge of developing ultra-high-speed Bloom filters on FPGAs by proposing a new noncryptographic hash function, called Xoodoo-NC, derived from the cryptographic permutation Xoodoo. Xoodoo-NC is a reducedround, reduced-state version of Xoodoo, inheriting Xoodoo's desired avalanche properties and low logical depth, resulting in an ultra-low-latency non-cryptographic hash function. We evaluate the performance of Bloom filter architectures based on Xoodoo-NC on a Xilinx UltraScale+FPGA and we compare the performance and resource occupation to existing Bloom filter implementations. We additionally compare our results to memories that use the built-in CAM cores in Xilinx UltraScale+ FPGAs. Our proposed algorithmic and architectural advances lead to Bloom filters that, to the best of our knowledge, outperform all other FPGA-based solutions.
Perspectives
The speed and computational complexity of look-up algorithms are really important while designing for high-speed networking/database applications. This work implements a fast and hardware-efficient bloom filter algorithm on FPGA.
Arish Sateesan
Katholieke Universiteit Leuven
Read the Original
This page is a summary of: Novel Bloom filter algorithms and architectures for ultra-high-speed network security applications, August 2020, Institute of Electrical & Electronics Engineers (IEEE),
DOI: 10.1109/dsd51259.2020.00050.
You can read the full text:
Contributors
The following have contributed to this page







