diff --git a/CatLib.sln b/CatLib.sln
index 29547dd8..9aa96e55 100644
--- a/CatLib.sln
+++ b/CatLib.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
-VisualStudioVersion = 15.0.26430.13
+VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CatLib", "projects\CatLib\CatLib.csproj", "{BBB2DAE2-638B-4419-9591-3CECCA312E4E}"
EndProject
diff --git a/build/CatLib.API.dll b/build/CatLib.API.dll
index 9036ff6e..11e3bc4c 100644
Binary files a/build/CatLib.API.dll and b/build/CatLib.API.dll differ
diff --git a/build/CatLib.API.pdb b/build/CatLib.API.pdb
index 0541e7ff..2412e364 100644
Binary files a/build/CatLib.API.pdb and b/build/CatLib.API.pdb differ
diff --git a/build/CatLib.API.xml b/build/CatLib.API.xml
index db147082..79ef8923 100644
--- a/build/CatLib.API.xml
+++ b/build/CatLib.API.xml
@@ -376,7 +376,7 @@
在几次后事件会被自动释放
事件句柄
-
+
反注册一个事件
@@ -418,6 +418,18 @@
Crc32
+
+
+ 哈希算法类型
+
+ 哈希算法名字
+
+
+
+ 字符串转Checksums
+
+ 类型
+
哈希算法
@@ -433,11 +445,30 @@
Murmur Hash
+
+
+ 哈希算法类型
+
+ 哈希算法名字
+
+
+
+ 字符串转Hashes
+
+ 类型
+
哈希
+
+
+ 计算校验和
+
+ 字节数组
+ 校验和
+
计算校验和
@@ -462,6 +493,13 @@
哈希值
是否匹配
+
+
+ 对输入值进行非加密哈希
+
+ 输入值
+ 哈希值
+
对输入值进行非加密哈希
@@ -479,6 +517,13 @@
使用的哈希算法
哈希值
+
+
+ 对输入值进行非加密哈希
+
+ 输入值
+ 哈希值
+
对输入值进行非加密哈希
@@ -2103,7 +2148,7 @@
在几次后事件会被自动释放
事件句柄
-
+
反注册一个事件
diff --git a/build/CatLib.dll b/build/CatLib.dll
index c989f8bd..be610311 100644
Binary files a/build/CatLib.dll and b/build/CatLib.dll differ
diff --git a/build/CatLib.pdb b/build/CatLib.pdb
index e2f90574..3aecab61 100644
Binary files a/build/CatLib.pdb and b/build/CatLib.pdb differ
diff --git a/build/CatLib.xml b/build/CatLib.xml
index 54e1214f..b4a5e625 100644
--- a/build/CatLib.xml
+++ b/build/CatLib.xml
@@ -7669,6 +7669,11 @@
通配符事件句柄
+
+
+ Action对应Func映射
+
+
同步锁
@@ -7727,13 +7732,20 @@
在几次后事件会被自动释放
事件句柄
-
+
反注册一个事件
事件名
事件句柄
+
+
+ 遍历行为映射
+
+ 事件句柄
+ 回调
+
移除一个事件
@@ -8479,6 +8491,16 @@
哈希
+
+
+ 校验类字典
+
+
+
+
+ 非加密哈希字典
+
+
校验类字典
@@ -8494,11 +8516,42 @@
同步锁
-
+
+
+ 默认的校验算法
+
+
+
+
+ 默认的哈希算法
+
+
+
哈希
+
+
+ 注册校验算法
+
+ 校验类类型
+ 构建器
+
+
+
+ 注册校验算法
+
+ 哈希类类型
+ 构建器
+
+
+
+ 使用默认的校验算法计算校验和
+
+ 字节数组
+ 校验和
+
计算校验和
@@ -8523,6 +8576,13 @@
哈希值
是否匹配
+
+
+ 对输入值进行非加密哈希
+
+ 输入值
+ 哈希值
+
对输入值进行非加密哈希
@@ -8540,6 +8600,13 @@
使用的哈希算法
哈希值
+
+
+ 对输入值进行非加密哈希
+
+ 输入值
+ 哈希值
+
对输入值进行非加密哈希
@@ -8553,6 +8620,21 @@
哈希服务提供者
+
+
+ 默认的校验类
+
+
+
+
+ 默认的哈希类
+
+
+
+
+ 哈希服务提供者
+
+
服务提供者初始化
@@ -8883,12 +8965,6 @@
算法类型
随机数算法
-
-
- 触发随机算法没有实现异常
-
- 随机算法
-
请求(由于某些异常导致请求都无法被构建所以我们提供一个必定可以被构建的请求类)
@@ -10613,7 +10689,7 @@
在几次后事件会被自动释放
事件句柄
-
+
反注册一个事件
diff --git a/projects/CatLib.API/CatLib/App.cs b/projects/CatLib.API/CatLib/App.cs
index 6aeac344..9b4f3bc3 100644
--- a/projects/CatLib.API/CatLib/App.cs
+++ b/projects/CatLib.API/CatLib/App.cs
@@ -190,16 +190,6 @@ public static IEventHandler Listen(string eventName, Func