intel / isa-l_crypto

Other
269 stars 80 forks source link

What are the application scenarios of MultiHash #102

Open chenxuqiang opened 2 years ago

chenxuqiang commented 2 years ago

Hi, I have a question. What are the application scenarios of MultiHash? or What apps are using MultiHash?

gbtucker commented 2 years ago

Multihash is intended for when high throughput is required but the multi-buffer interface is difficult to integrate. It gets roughly the throughput of multi-buffer hashing but with a single-buffer, synchronous interface. Downside is it requires large blocks ~1K and is not a standard. Dedup is a common app.