# 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/orlrpbq
2024 年 Rust 加密生態系統概述**
根據一項加密庫漏洞的實證研究,加密庫中 37.2% 的漏洞是內存安全問題,而只有 27.2% 是加密問題。現在是時候不再使用 C 作爲實現加密庫的實際語言了。由於 Rust 的高級特性與底層控制,沒有垃圾收集器,可移植性和易於嵌入,Rust 是我們取代當今最常用的加密庫的最佳選擇。OpenSSL, BoringSSL 和 libsodium,它們都是用 C 編寫的。2024 年,Rust 的加密生 ⌘ Read more