# HG changeset patch
# User Minh Van Nguyen <mvngu.name@gmail.com>
# Date 1368051321 25200
# Node ID bf24147aa60b8ed2ce435ac6c69aed40037ecf6d
# Parent 58c5bacef9af4298568aafe8c7ba9b137b352c23
#14478 fix indentation
diff --git a/sage/crypto/lwe.py b/sage/crypto/lwe.py
a
|
b
|
|
629 | 629 | |
630 | 630 | - "key" - the LWE-instance that hides the secret key is generated |
631 | 631 | - "encrypt" - the LWE-instance that hides the message is generated |
632 | | (default: ``key``) |
| 632 | (default: ``key``) |
| 633 | |
633 | 634 | - ``m`` - number of allowed samples or ``None`` in which case ``m`` is |
634 | 635 | chosen as in [CGW13_]. (default: ``None``) |
635 | 636 | |