Hints on cryptography about "random" modules#967
Conversation
|
@lucasloisp, I believe that the hints file should be located at Some of these exercises don't seem to require randomness, specifically:
I also wouldn't consider |
|
Noted! I've made the necessary updates |
ilya-khadykin
left a comment
There was a problem hiding this comment.
Thanks for the PR
Please read my comment
| @@ -0,0 +1,18 @@ | |||
| # Hints | |||
There was a problem hiding this comment.
Could you please rename the file to hints.md (lowercase) for consistency
There was a problem hiding this comment.
Done! I'd done it but apparently there was some error in renaming
ilya-khadykin
left a comment
There was a problem hiding this comment.
Looks good to me
@N-Parsons could you take a look?
| @@ -0,0 +1,18 @@ | |||
| # Hints | |||
There was a problem hiding this comment.
Heading level 1 here is going to be a the wrong level for the README - the first level in this document should be level 2 (##). Personally, I would just delete this heading and keep the one below - two headings for one thing would seem strange in the flow of the README.
| The calculations produce the same result! Alice and Bob now share | ||
| secret s. | ||
|
|
||
| ## Notes |
There was a problem hiding this comment.
This README (and the one for simple-cipher) will need either regenerating to include the hint. Alternatively, you can just copy-and-paste it in at this location.
There was a problem hiding this comment.
@lucasloisp, the section needs to go before ### Submitting Exercises, since that's where it goes if we regenerate the file.
| @@ -0,0 +1,18 @@ | |||
| # Hints | |||
There was a problem hiding this comment.
As above, I think like line should just be removed.
Adds HINTS file to "crypto-square" Adds HINTS file to "rail-fence-cipher" Adds HINTS file to "simple-cipher" Adds HINTS file to "rotational-cipher" Adds HINTS file to "robot-name" Takes recommendations into account
Closes #774 by creating a HINTS.md file for every exercise involving cryptography or the use of random module.
The wording is as follows