Handshake minor refactor

This commit is contained in:
Mickael Remond
2018-01-25 23:16:55 +01:00
parent 4173d9ee70
commit bdfd035bf3
2 changed files with 30 additions and 19 deletions

View File

@@ -16,3 +16,7 @@ func TestHandshake(t *testing.T) {
t.Errorf("incorrect handshake calculation '%s' != '%s'", result, expected)
}
}
func TestGenerateHandshake(t *testing.T) {
// TODO
}