diff options
author | Michael Pratt <mpratt@google.com> | 2018-07-10 15:54:17 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-07-10 15:55:10 -0700 |
commit | 9cd69c2f3db7fd4b30d14d86be5fb5a3401054e5 (patch) | |
tree | 6a33ef5f00b6b077c413035b70deeeab212fcd07 /pkg/hashio/hashio.go | |
parent | b763b3992a2c4f16fc218e1920df5525dd75b114 (diff) |
Internal change
PiperOrigin-RevId: 204028082
Change-Id: I4251cce10aace43f9b9a80c36204ef66f1b329df
Diffstat (limited to 'pkg/hashio/hashio.go')
-rw-r--r-- | pkg/hashio/hashio.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/hashio/hashio.go b/pkg/hashio/hashio.go index d97948850..e0e8ef413 100644 --- a/pkg/hashio/hashio.go +++ b/pkg/hashio/hashio.go @@ -37,11 +37,12 @@ passed hash verification. Hence the client code can safely do any kind of package hashio import ( - "crypto/hmac" "errors" "hash" "io" "sync" + + "crypto/hmac" ) // SegmentSize is the unit we split payload data and insert hash at. |