Refactor tests, integrate debug break points

This commit is contained in:
Alexander Neumann 2015-01-14 17:32:37 +01:00
parent 7f9e81431f
commit 7af11eaaae
4 changed files with 53 additions and 28 deletions

View file

@ -79,3 +79,7 @@ func TestCrypto(t *testing.T) {
}
}
}
func TestHmac(t *testing.T) {
}