✕ hash value
✕ hash value
✕ hash value
copy random hash to clipbord
*.hash file stores hash tables with data types:data type id: 0; Or custom data types *.hash file structure: 16 bit | 128 bit | 64 bit data_type | hash | length (bytes) | data || data_type | hash | length | data | ... Unpack *.hash file into hashtables and use fuctions: value = hashtable.get(hash) hashtable.set(hash, value) hashtable.delete(hash) Get multi dimensional data: value = hashtable.get( hash XOR hash XOR ... ) Sutable for storing / transmitting any data, incluing images, databases, metavese