|
|
|
|
|
by chmod775
3385 days ago
|
|
Reading even one changed line tells us that they replaced hardcoded char arrays for SHA1 with a generic struct that could be used as a container for any hash. Some functions that previously operated on those char arrays have been changed to deal with the more generic struct instead. |
|