Skip to content

Commit

Permalink
fixed comment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Chubek committed Mar 16, 2023
1 parent a4c41d4 commit 66260b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/libpoxh.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ const poxRound = (factorArray) => {
poxRoundAddTempsToFacts(factorArray, tempArray);
};

//////// /ROUND OPS ////////
//////// .ROUND OPS ////////
//----------------------------//
//////// BLOCK OPS /////////
// https://github.com/Chubek/PoxHash/blob/master/SPEC.md#part-f-block-methods
Expand Down Expand Up @@ -694,7 +694,7 @@ const poxProcessBlock = (factorArray, blockArray) => {
}
};

//////// /BLOCK OPS /////////
//////// .BLOCK OPS /////////

const processInput = (input) => {
if (typeof input == "object") {
Expand Down

0 comments on commit 66260b7

Please sign in to comment.