Skip to content

Commit

Permalink
removes unneeded reassignment
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-moser committed Nov 2, 2018
1 parent e12de47 commit 1f068df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion curl/curl.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func (c *Curl) Transform() {

for r := NumberOfRounds; r > 0; r-- {
copy(cpy[:], c.State)
c.State = c.State[:StateSize]
for i := 0; i < StateSize; i++ {
t1 := Indices[i]
t2 := Indices[i+1]
Expand Down

0 comments on commit 1f068df

Please sign in to comment.