Merge branch 'master' into engine

This commit is contained in:
Adrian Gallagher
2019-11-11 17:11:11 +11:00
53 changed files with 96 additions and 168 deletions

View File

@@ -80,7 +80,6 @@ func TestGetMD5(t *testing.T) {
t.Errorf("Expected '%s'. Actual '%s'",
expectedOutput, []byte(actualStr))
}
}
func TestGetSHA512(t *testing.T) {
@@ -166,7 +165,6 @@ func TestGetHMAC(t *testing.T) {
expectedmd5, md5,
)
}
}
func TestSha1Tohex(t *testing.T) {