const crypto = require("./crypto"); const hash = require("./hash"); const encoder = require("./encoder"); module.exports = { ...crypto, ...hash, ...encoder, };