1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-07 06:02:27 +08:00

doc: update document for cryptor package

This commit is contained in:
dudaodong
2023-01-07 18:18:23 +08:00
parent 50fcc718ee
commit 2f184907ff
5 changed files with 207 additions and 78 deletions

View File

@@ -184,7 +184,7 @@ func main() {
### <span id="AesCtrCrypt">AesCtrCrypt</span>
<p>使用AES CTR算法模式加密/解密数据. 参数`key`的长度是16, 24 or 32。</p>
<p>使用AES CTR算法模式加密/解密数据参数`key`的长度是16, 24 or 32。</p>
<b>函数签名:</b>