2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core
kirrg001 660a407c16 Burn asset-hash utility
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
2017-12-14 01:33:01 +01:00
..
client@54ced51f91 Updated Ghost-Admin to 1.19.0 2017-12-13 10:15:23 +01:00
server Burn asset-hash utility 2017-12-14 01:33:01 +01:00
test Moved request to lib/request 2017-12-13 22:37:42 +01:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00