(persisted-fetch) Replace js-sha256 polyfill for Node with Node's Crypto API (#807)
* Replace js-sha256 polyfill for Node with Native API
* Add Changeset
* Move around warning to cover Node Crypto API being missing
* Remove test
* Replace global with eval'ed require
As it turns out, the `crypto` global is only available in the REPL.
* Flip warning condition
authored by