... Here is the example for the hash value of the K-Gram word "appl" with b = 256 and q = 101 the hash was 16. The hash value for the rest of the K-Gram words will be seen below: [16,73,8,14,89,49,9,49,13,71,10,11,35,44,49,36,63,53,22,20,22,18,91,29,74,31,42,5,22,4,33,3,84,75,10,44,1,35,11,9,10,23,16,25,23,37,28] 3) Matching, this step will match the hash value from the input text with the search text that is already in the block at the Blockchain network. If the hash value is the same, it will compare with the original text from that hash value. ...