mirror of
https://github.com/danog/fast-srp.git
synced 2024-12-02 09:17:46 +01:00
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
|
module.exports = require('./lib/srp');
|
||
|
|
||
|
module.exports.params = require('./lib/params');
|