mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-09-12 01:26:17 +00:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
|
|
require('thenify-all').withCallback(
|
|
require('crypto'),
|
|
exports, [
|
|
'pbkdf2',
|
|
'pseudoRandomBytes',
|
|
'randomBytes'
|
|
]
|
|
)
|