# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/t5qzm2q
hash 的生成原理是怎樣的呢?**
哈希函數是一種將輸入數據(任意長度)映射爲固定長度的輸出數據的函數。哈希函數的主要特點是:輸入的數據長度可以是任意的,但輸出的哈希值長度是固定的。2\\. 相同的輸入數據始終會產生相同的哈希值。3. 即使輸入數據的微小變化,也應該導致輸出哈希值的巨大不同。哈希函數的生成原理通常包括以下幾個步驟:1、 數據輸入:哈希函數接收輸入數據,可以是任意長度的數據,例如文件、文本、數字等。2、 數據預處理:在對輸 ⌘ Read more