Fastest and smallest LtHash specialization, with over 200 bits of security.
Synopsis
Declared in <folly/crypto/LtHash.h>
using LtHash16_1024 = LtHash<16, 1024>;
Description
This is the fastest and smallest specialization and should be preferred in most cases. It provides over 200 bits of security which should be good enough for most cases.
Created with MrDocs