Skip to content

Commit

Permalink
Use maddeleine's ASCII art
Browse files Browse the repository at this point in the history
  • Loading branch information
colmmacc committed Oct 2, 2020
1 parent e9c133c commit b83aa2f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions utils/s2n_random.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,13 @@ S2N_RESULT s2n_public_random(int64_t bound, uint64_t *output)
*
* x = 0 1 2 3 4 5 6 7
* +--+--+--+--+--+--+--+
* . . . . .. .. .. .......
* . . . .. ... .. ... .......
* . . . ... .... .... .. .......
* . . . ... ..... .... .... .......
* . . . . ... ..... ..... .... ......
* . . . .... .... ..... ..... .....
* m = . 3 6 9 12 15 18 21
* | \ `. `. `-. `-_`-._`--..__
* | \ `. `. `-. `-_ `--._ `--..__
* | \ `. `. `-.. `-___ `--.._ `--..__
* | \ `. `. `-.. `-___ `--.._ `--..__
* | \ `. `. `-.._ `-___ `--.._ `--.._
* | \ `. `. `-.._ `-___ `--..__ `--.._
* m = 0 3 6 9 12 15 18 21
* +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
*
* Our line stops at 21 because with s = 3, that's our maximum value for m. If
Expand Down

0 comments on commit b83aa2f

Please sign in to comment.