Higher‐security LtHash specialization; slower and larger than LtHash16_1024.

Synopsis

Declared in <folly/crypto/LtHash.h>

using LtHash20_1008 = LtHash<20, 1008>;

Description

These specializations are available to users who want a higher level of cryptographic security. They are slower and larger than the one above.

Created with MrDocs