npm / cacache

npm's content-addressable cache
Other
280 stars 31 forks source link

[FEATURE] custom integrity method / digest algorithm (xxhash) #259

Closed egasimus closed 10 months ago

egasimus commented 10 months ago

Hi! I'm trying to implement a content-addressable cache using the xxhash3 algorithm, which is not natively supported by node:crypto. Is this possible, for example by overriding ssri?

wraithgar commented 10 months ago

No this is not currently possible.