``` >>> lsh = LSHash(6, 8) >>> lsh.index([1,2,3,4,5,6,7,8]) ``` Is there any way to obtain the lsh signature from the index(..) method?