My current idea involves iterating through the array and recalculating the hash based on the previous hash and appending the next element as I go.
#include <Array.au3>
#include <Crypt.au3>
Dim $arr[1][3][2]=[[["All","Your"],["Base","Are"],["Belong","To Us"]]] ;Declare an Array for Testing
$bin =...