Skip to content

Commit

Permalink
Update ceilidh20.js
Browse files Browse the repository at this point in the history
Fixed exporting modules
  • Loading branch information
Harbinger-3 authored Dec 14, 2024
1 parent 6c49aa8 commit 3fef1a2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/ceilidh20.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,15 @@ function Ceilidh20(e, $) {
return n && l.fill(0), (e = null), i;
}
if (typeof module != 'undefined' && module.exports) {
module.exports = Ceilidh20;
module.exports = {
Mash,
Alea,
toBytes,
uintArray,
arraySlice,
get32,
rotl,
Ceilidh20_main,
Ceilidh20
};
}

0 comments on commit 3fef1a2

Please sign in to comment.