@@ -90,3 +90,3 @@ import { PKCS7_PAD, createCipher } from '../../core/cipher'; | ||
| const n = C32.length; | ||
| let _round = round || (6 + 52 / n); | ||
| let _round = round || (6 + 52 / n) >>> 0; | ||
| let sum = 0; | ||
@@ -115,3 +115,3 @@ let y; | ||
| const n = M32.length; | ||
| let _round = round || (6 + 52 / n); | ||
| let _round = round || (6 + 52 / n) >>> 0; | ||
| let sum = (DELTA * _round) & 0xFFFFFFFF; | ||
@@ -118,0 +118,0 @@ let y = M32[0]; |
+1
-1
| { | ||
| "name": "mima-kit", | ||
| "type": "module", | ||
| "version": "0.0.15", | ||
| "version": "0.0.16", | ||
| "packageManager": "pnpm@9.9.0", | ||
@@ -6,0 +6,0 @@ "description": "mima-kit is a cryptographic suite implemented in TypeScript. The goal is to provide an easy-to-use cryptographic library. mima-kit 是一个使用 TypeScript 实现的密码学套件。目标是提供一个简单易用的密码学库。", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
800983
0