Closed egasimus closed 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?
xxhash3
node:crypto
ssri
No this is not currently possible.
Hi! I'm trying to implement a content-addressable cache using the
xxhash3
algorithm, which is not natively supported bynode:crypto
. Is this possible, for example by overridingssri
?