mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-26 20:04:49 +01:00
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
|
module.exports = require('./lib/srp');
|
||
|
|
||
|
module.exports.params = require('./lib/params');
|