Backgrounds


Those who want to step inside (lattice-based) cryptography should read the following references for background:

ROM & QROM

Choose Parameters for LWE

load("https://bitbucket.org/malb/lwe-estimator/raw/HEAD/estimator.py")

n, alpha, q = 256, 0.000976562500000000, 65537

set_verbose(1)

_ = estimate_lwe(n, alpha, q)