1 Star 0 Fork 14

tang52210/nilnul._data_._LIB_.

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Signature.cs 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
WANG,Youtian 提交于 2023-09-04 22:42 . reorganize&augment;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace nilnul.data
{
/// <summary>
/// The encrypted hash -- along with other information, such as the hashing algorithm -- is the digital signature.
/// </summary>
/// <remarks>
/// /// The reason for encrypting the hash instead of the entire message or document is that a hash function can convert an arbitrary input into a fixed length value, which is usually much shorter.
/// </remarks>
class Signature
{
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/tang52210/nilnul._data_._LIB_.git
git@gitee.com:tang52210/nilnul._data_._LIB_.git
tang52210
nilnul._data_._LIB_
nilnul._data_._LIB_.
nilnul-pub

搜索帮助