aboutsummaryrefslogtreecommitdiffstats
path: root/src/noise.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mac2 cookiesJake McGinty2018-02-211-1/+1
|
* use Failure crate in snow, get rid of nasty sync adaptorsJake McGinty2018-02-201-4/+2
|
* just keep noise functions in module not structJake McGinty2018-02-171-20/+16
|
* cookie moduleJake McGinty2018-02-171-24/+0
|
* clippy knows allJake McGinty2018-02-141-2/+2
|
* clear unused importsJake McGinty2018-02-141-3/+1
|
* use constant time comparison for macJake McGinty2018-02-131-1/+2
|
* verify mac1 for handshake messagesJake McGinty2018-02-131-2/+14
|
* consolidate more handshake cryptoJake McGinty2018-02-121-0/+11
|
* consolidate handshake cryptoJake McGinty2018-02-091-0/+34