mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
refs #9178 - Ghost uses the Node crypto lib always direct (require('crypto')) - it doesn't make sense to outsource a single crypto statement (for the asset hash) - we either have to write a crypto wrapper to avoid writing long crypto statements or we keep the direct usages for every case - for now, wrapping the crypto calls into a lib/crypto has no priority |
||
---|---|---|
.. | ||
client@54ced51f91 | ||
server | ||
test | ||
index.js |