Fork of the official github repository of the framework Leaky-LWE-Estimator, a Sage Toolkit to attack and estimate the hardness of LWE with Side Information. https://github.com/lducas/leaky-LWE-Estimator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

run_all_applications.sage 320B

4 years ago
123456789
  1. print("Generating all data (takes a while...)")
  2. print("\nFor Table 3\n")
  3. load("exploiting_SCA_from_Bos_et_al.sage")
  4. print("\nFor Figure 6\n")
  5. load("exploiting_decryption_failures.sage")
  6. print("\nFor Table 4 \n")
  7. load("exploiting_design_LAC.sage")
  8. load("exploiting_design_ntru.sage")
  9. load("exploiting_design_round5.sage")