优化SHA,未传入key时,仅对数据进行哈希,不做消息认证
智能大石头
authored at
2025-12-25 16:40:59
X
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Web.Script.Serialization
{
/// <summary>忽略Json序列化</summary>
public class ScriptIgnoreAttribute : Attribute { }
}
|