-
Phil Plückthun authored
* 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