Esempio n. 1
0
 internal string calculateHash()
 {
     return(CryptoJS.SHA256($"{index}{previousHash}{timestamp}{data}"));
 }