mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-25 07:48:08 +01:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
|
const scrypt = require('./scryptSync')
|
||
|
scrypt.async = require('./scrypt')
|
||
|
module.exports = scrypt
|