# 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/v5fcafa
Go ECDH 算法的實現及應用**
01 前言這一篇,我們一起來了解一下 ECDH 算法。ECDH 算法是一種基於橢圓曲線加密的密鑰協商算法,被廣泛應用於網絡通信、數字簽名等領域。隨着互聯網的發展,數據安全問題越來越受到人們的關注,國內也頒佈了《中華人民共和國個人信息保護法》以及對外出口有歐盟的 GDPR 等。而 ECDH 算法作爲一種安全性高、計算效率高的加密算法,受到了越來越多的關注和應用。這篇文章一起來了解一下 ECDH 算法 ⌘ Read more