Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revision -> 17imp | 2015-11-08 | 1 | -2/+2 | |
| | |||||
* | Clarify X448. | 2015-11-08 | 1 | -4/+4 | |
| | |||||
* | Clarified "X25519" comment. | 2015-11-08 | 1 | -4/+4 | |
| | |||||
* | Clarify length field. | 2015-11-08 | 1 | -2/+3 | |
| | |||||
* | Update date | 2015-11-06 | 1 | -1/+1 | |
| | |||||
* | couple tweaks | 2015-11-06 | 1 | -10/+14 | |
| | |||||
* | Clarify | 2015-11-06 | 1 | -6/+6 | |
| | |||||
* | Clarify initiator / responder role in pipes | 2015-11-06 | 1 | -15/+26 | |
| | |||||
* | Added "prologue" to Initialize(). | 2015-11-06 | 1 | -4/+9 | |
| | |||||
* | more edits on language about patterns | 2015-11-06 | 1 | -20/+21 | |
| | |||||
* | Integrate pattern-handling into ReadMessage / WriteMessage | 2015-11-04 | 1 | -36/+44 | |
| | |||||
* | Rename SymmetricHandshakeState -> SymmetricState | 2015-11-04 | 1 | -7/+6 | |
| | |||||
* | cleanup advice about invalid public keys | 2015-11-04 | 1 | -8/+5 | |
| | |||||
* | various cleanups | 2015-11-04 | 1 | -29/+40 | |
| | |||||
* | Reorder premessages so initiator sends first. | 2015-11-04 | 1 | -5/+5 | |
| | |||||
* | Clarify definition of handshake names. | 2015-10-30 | 1 | -3/+5 | |
| | |||||
* | Revision 15, credit Karthik. | 2015-10-30 | 1 | -2/+4 | |
| | |||||
* | Clarify handshake re-initialization. | 2015-10-30 | 1 | -4/+4 | |
| | |||||
* | Clarity how Split() is used. | 2015-10-30 | 1 | -5/+7 | |
| | |||||
* | Rename HKDF(,data) to HKDF(,input_key_material). | 2015-10-30 | 1 | -5/+5 | |
| | | | | Matches HKDF spec and improves clarity. | ||||
* | Make order of pre-message public keys consistent in IN / IX. | 2015-10-17 | 1 | -3/+3 | |
| | |||||
* | Revision 13 | 2015-10-17 | 1 | -1/+1 | |
| | |||||
* | Rename "S" -> "K" | 2015-10-17 | 1 | -19/+19 | |
| | |||||
* | Oops fix Noise_IX | 2015-10-17 | 1 | -1/+1 | |
| | |||||
* | Revision 12 | 2015-10-17 | 1 | -1/+1 | |
| | |||||
* | Added advice on choosing crypto functions.rev11 | 2015-10-17 | 1 | -2/+7 | |
| | |||||
* | HASHLEN | 2015-10-17 | 1 | -42/+73 | |
| | |||||
* | revision 11 | 2015-10-17 | 1 | -2/+2 | |
| | |||||
* | Change symmetric params -> functions, add BLAKE2s. | 2015-10-17 | 1 | -49/+64 | |
| | |||||
* | rename to draft 10 | 2015-10-16 | 1 | -2/+2 | |
| | |||||
* | Tiny edithkdf | 2015-10-16 | 1 | -1/+1 | |
| | |||||
* | Fix typos. | 2015-10-10 | 1 | -2/+2 | |
| | |||||
* | Add rationale for MixKey vs MixHash. | 2015-10-10 | 1 | -0/+8 | |
| | |||||
* | Couple clarifications. | 2015-10-10 | 1 | -6/+7 | |
| | |||||
* | Add parenthesized notation for key pair initialization. | 2015-10-10 | 1 | -26/+34 | |
| | |||||
* | Add some rationale. | 2015-10-10 | 1 | -9/+12 | |
| | |||||
* | Clarify auth tag | 2015-10-10 | 1 | -5/+5 | |
| | |||||
* | Text edits | 2015-10-10 | 1 | -7/+3 | |
| | |||||
* | fix typo | 2015-10-02 | 1 | -0/+1 | |
| | |||||
* | Cleanup HKDF text. | 2015-10-02 | 1 | -50/+41 | |
| | |||||
* | finish removing GETKEY | 2015-10-02 | 1 | -3/+1 | |
| | |||||
* | HKDF version | 2015-10-02 | 1 | -64/+38 | |
| | |||||
* | If k hasn't been used as encryption key, MixKey = HMAC(k, ...).n0 | 2015-10-01 | 1 | -3/+3 | |
| | |||||
* | text tweaks. | 2015-10-01 | 1 | -13/+25 | |
| | |||||
* | Fix typo | 2015-10-01 | 1 | -1/+1 | |
| | |||||
* | Revision 8 | 2015-10-01 | 1 | -1/+1 | |
| | |||||
* | Set k=h in InitializeSymmetric() | 2015-10-01 | 1 | -4/+4 | |
| | |||||
* | Fix typo | 2015-10-01 | 1 | -1/+1 | |
| | |||||
* | Revision 7 | 2015-10-01 | 1 | -2/+2 | |
| | |||||
* | Clarify one-way handshake usage.simpler | 2015-09-30 | 1 | -2/+8 | |
| | | | | | | | with '#' will be ignored, and an empty message aborts the commit. # On branch simpler # Your branch is up-to-date with 'origin/simpler'. # # Changes to be committed: # modified: noise.md # # Untracked files: # .noise.md.swp # noise.html # |