estimator.lwe_dual#

Description

Estimate cost of solving LWE using dial attacks.

See LWE Dual Attacks for an introduction what is available.

Classes

DualHybrid()

Estimate cost of solving LWE using dual attacks.

Functions

dual(params[, success_probability, ...])

Dual hybrid attack as in [PQCBook:MicReg09].

dual_hybrid(params[, success_probability, ...])

Dual hybrid attack from [INDOCRYPT:EspJouKha20].