Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ q = 2^{256} - 432420386565659656852420866394968145599
$$

{{< hint danger >}}
**Never do this:**
**Never do this:**
```python
def wrong_sampling():
q = 2**256 - 432420386565659656852420866394968145599
Expand Down