rdf-canonize
rdf-canonize copied to clipboard
Enable support for using this in React Native
Currently fails on React Native (since that environment has neither node's crypto nor the browser's crypto.subtle.
.
Instead, convert to use isomorphic-webcrypto
lib, which also has React Native support - https://github.com/kevlened/isomorphic-webcrypto#react-native.