Skip to content

Commit

Permalink
misc: fixed small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Dec 31, 2023
1 parent 4d4d6b4 commit 674ba40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/decryptBuffString/testCAMELLIA.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const assert = require("assert");
const { decrypt } = require("../../index");

/*********************************************************
* CAMELLIA-128 *
* CAMELLIA-128 *
*********************************************************/
describe("Decryption data buffer string test using CAMELLIA-128", function () {
it("should decrypt data buffer string using CAMELLIA128 algorithm", function () {
Expand Down Expand Up @@ -87,7 +87,7 @@ describe("Decryption data buffer string test using CAMELLIA-128", function () {
});

/*********************************************************
* CAMELLIA-192 *
* CAMELLIA-192 *
*********************************************************/
describe("Decryption data buffer string test using CAMELLIA-192", function () {
it("should decrypt data buffer string using CAMELLIA192 algorithm", function () {
Expand Down Expand Up @@ -172,7 +172,7 @@ describe("Decryption data buffer string test using CAMELLIA-192", function () {
});

/*********************************************************
* CAMELLIA-256 *
* CAMELLIA-256 *
*********************************************************/
describe("Decryption data buffer string test using CAMELLIA-256", function () {
it("should decrypt data buffer string using CAMELLIA256 algorithm", function () {
Expand Down

0 comments on commit 674ba40

Please sign in to comment.