🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

mima-kit

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mima-kit - npm Package Compare versions

Comparing version
0.0.15
to
0.0.16
+2
-2
dist/cipher/blockCipher/tea.js

@@ -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];

{
"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