@stablelib/ctr
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,3 +6,3 @@ // Copyright (C) 2016 Dmitry Chestnykh | ||
import { benchmark, report, byteSeq } from "@stablelib/benchmark"; | ||
import { CTR } from "./ctr"; | ||
import { CTR } from "./ctr.js"; | ||
@@ -9,0 +9,0 @@ const buf8192 = byteSeq(8192); |
@@ -7,3 +7,3 @@ // Copyright (C) 2016 Dmitry Chestnykh | ||
import { encode, decode } from "@stablelib/hex"; | ||
import { CTR } from "./ctr"; | ||
import { CTR } from "./ctr.js"; | ||
@@ -10,0 +10,0 @@ describe("AES-CTR", () => { |
@@ -5,3 +5,3 @@ // Copyright (C) 2016 Dmitry Chestnykh | ||
import { benchmark, report, byteSeq } from "@stablelib/benchmark"; | ||
import { CTR } from "./ctr"; | ||
import { CTR } from "./ctr.js"; | ||
const buf8192 = byteSeq(8192); | ||
@@ -8,0 +8,0 @@ const buf1111 = byteSeq(1111); |
@@ -6,3 +6,3 @@ // Copyright (C) 2016 Dmitry Chestnykh | ||
import { encode, decode } from "@stablelib/hex"; | ||
import { CTR } from "./ctr"; | ||
import { CTR } from "./ctr.js"; | ||
describe("AES-CTR", () => { | ||
@@ -9,0 +9,0 @@ const v = { |
{ | ||
"name": "@stablelib/ctr", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Counter block cipher mode (CTR)", | ||
@@ -24,10 +24,10 @@ "main": "./lib/ctr.js", | ||
"@stablelib/blockcipher": "^2.0.0", | ||
"@stablelib/wipe": "^2.0.0" | ||
"@stablelib/wipe": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@stablelib/aes": "^2.0.0", | ||
"@stablelib/aes": "^2.0.1", | ||
"@stablelib/benchmark": "^2.0.0", | ||
"@stablelib/hex": "^2.0.0" | ||
"@stablelib/hex": "^2.0.1" | ||
}, | ||
"gitHead": "ecfe9109b3c05419fd3ffc16da6c8255b08ad64f" | ||
"gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20942
Updated@stablelib/wipe@^2.0.1