UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

8 lines (5 loc) 173 B
var crypto = require('crypto') exports.createSign = crypto.createSign exports.Sign = crypto.Sign exports.createVerify = crypto.createVerify exports.Verify = crypto.Verify