1
0
mirror of https://github.com/danog/fast-srp.git synced 2024-11-26 20:04:49 +01:00
fast-srp/index.js

4 lines
89 B
JavaScript
Raw Normal View History

2015-09-07 15:23:26 +02:00
module.exports = require('./lib/srp');
module.exports.params = require('./lib/params');