Start coding with SHA3-512
var hash = sha3_512.create()
hash.update(Signature);
hash.update(BockTime.toString());
hash.update(Slot.toString());
hash.update(Recent_Blockhash);