1
0
mirror of synced 2025-02-17 11:08:33 +01:00

디버그 로그 제거

This commit is contained in:
Byeon Seongun 2022-05-30 14:43:31 +09:00
parent 04162a9662
commit 3eb6ceb276

View File

@ -826,9 +826,6 @@ const __decode = (inInt64s: BigInteger[]): BigInteger[] => {
const inp = inInt64s;
let out = new Array(8).fill(bigInt(0));
console.info(__operatorB(bigInt('0x40'), __toInt64(inp)));
console.info(__operatorA(bigInt('0x20'), __toInt64(out)));
out = __fromInt64(out, __operatorB(bigInt('0x40'), __toInt64(inp)));
out = __fromInt64(out, __operatorA(bigInt('0x20'), __toInt64(out)));
out = __fromInt64(out, __operatorB(bigInt('0x00'), __toInt64(out)));