优化SHA,未传入key时,仅对数据进行哈希,不做消息认证
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Zero.TcpServer.Handlers { internal class IMsgHandler { } }