コード例 #1
0
ファイル: TorrentTools.php プロジェクト: raphaeljorge/tor
 /**
  * Retourne le sha1 (hash) du torrent
  *
  */
 public static function getTorrentHash($decodedTorrent)
 {
     return sha1(Bencode::bencode($decodedTorrent['info']));
 }