mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
7 lines
173 B
JavaScript
Vendored
7 lines
173 B
JavaScript
Vendored
var crypto = require('crypto')
|
|
|
|
exports.createSign = crypto.createSign
|
|
exports.Sign = crypto.Sign
|
|
|
|
exports.createVerify = crypto.createVerify
|
|
exports.Verify = crypto.Verify
|