Config.in 468 B

12345678910111213
  1. config BR2_PACKAGE_PYTHON_SPAKE2
  2. bool "python-spake2"
  3. select BR2_PACKAGE_PYTHON_HKDF # runtime
  4. help
  5. SPAKE2 password-authenticated key exchange (in pure python).
  6. This library implements the SPAKE2 password-authenticated
  7. key exchange ("PAKE") algorithm. This allows two parties,
  8. who share a weak password, to safely derive a strong shared
  9. secret (and therefore build an encrypted+authenticated
  10. channel).
  11. https://github.com/warner/python-spake2