diff options
-rw-r--r-- | challenge/c28.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge/c28.go b/challenge/c28.go index a54be26..094f2a4 100644 --- a/challenge/c28.go +++ b/challenge/c28.go @@ -37,6 +37,7 @@ Yeah I'm pushin' away, pushin' away`) // Init SHA1 sha1 := lib.Sha1{} + sha1.Init([]uint32{}) // Generate SHA1 MAC. mac := sha1.Mac(sec, msg) |