exposing more stuff

This commit is contained in:
Matthew Kanwisher
2013-05-11 18:11:39 -04:00
parent 1da4ab53b9
commit cab675b1fd
4 changed files with 11 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ func zeroPaddedBytes(bytes []byte, offset int, size int) []byte {
return newSlice
}
func macsEqual(slice1, slice2 []byte) bool {
func MacsEqual(slice1, slice2 []byte) bool {
if len(slice1) != len(slice2) {
return false
}