NFLLWESecurityEstimator-README 727 B

12345678910111213141516171819202122232425
  1. SECURITY ESTIMATOR
  2. ------------------
  3. Requirements:
  4. * SageMath available in 'http://www.sagemath.org/fr/index.html' and installed in '$XPIR-DIRECTORY/crypto/NFLLWESecurityEstimator'
  5. * python
  6. * python-numpy package
  7. * git
  8. XPIR security estimator uses the 'Estimator for the Bit Security of LWE Instances' ('https://bitbucket.org/malb/lwe-estimator/src' ) developped by Martin Albrecht.
  9. To update the security values with the latest script developped by Martin Albrecht do :
  10. cd $XPIR-DIRECTORY/crypto/NFLLWESecurityEstimator/lwe-estimator
  11. git pull
  12. cd ..
  13. ./sage
  14. load ('NFLLWESecurityEstimator.py')
  15. Next you should rebuild XPIR :
  16. cd ../../_build
  17. make
  18. make check