* refactor: keep torrent hash in std::array<char,20> This replaces the hashString QString allocation with a compile-time array that's included in sizeof the Torrent struct that owns it.
Co-authored-by: Charles Kerr <charles@charleskerr.com>
* refactor: use google-test on libtransmission tests