UNPKG

@perion/crypto

Version:

Exports the cryptography functions needed for MapleStory

8 lines (7 loc) 199 B
const Shanda = require('./src/shanda'); const AES = require('./src/aes'); /** * A module that exports MapleStory cryptography functions * @module @perion/crypto */ module.exports = {Shanda, AES};