split settings and fix format

This commit is contained in:
fyears
2021-12-31 23:46:52 +08:00
parent dde7d9a732
commit d5ba0a0e0d
11 changed files with 974 additions and 1028 deletions
+1 -6
View File
@@ -1,10 +1,5 @@
import { base32, base64url } from "rfc4648";
import {
bufferToArrayBuffer,
arrayBufferToBuffer,
hexStringToTypedArray,
arrayBufferToHex,
} from "./misc";
import { bufferToArrayBuffer, hexStringToTypedArray } from "./misc";
const DEFAULT_ITER = 20000;