Skip to content

Commit

Permalink
misc: fixed small typo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Jan 2, 2024
1 parent ab26fa3 commit 1c7ab6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/decryptBuffString/testSM4.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { decrypt } = require("../../index");
* SM4 *
*********************************************************/
describe("Decryption data buffer string test using SM4", function () {
it("should decrypt data buffer string using AES128 algorithm", function () {
it("should decrypt data buffer string using SM4 algorithm", function () {
const algorithm = "sm4";
const data = "<Buffer 53 61 6c 74 65 64 5f 5f 08 61 eb b7 16 2f 56 9c 75 6e 78 50 8e 6f 2e 79 86 27 1e 7c f6 5b 5d 39 41 e1 64 6b ac cb ef 49 5f bf 05 72 a8 2d 2f 86>";
const password = "secret";
Expand Down

0 comments on commit 1c7ab6f

Please sign in to comment.