mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-22 05:01:53 +02:00
1 line
51 B
JavaScript
1 line
51 B
JavaScript
module.exports = function (n) { return n * 111; };
|