Remove the transitive dependency on `crypto`
There is one remaining transitive dependency on crypto coming from the strings module of locutus.
It is imported in src/lib/compiler.ts. Removing it would make Twing free of crypto and would remove the requirement for bundlers to provide a polyfill.