_Without having looked into it in depth_ ~~Convert sha256 function into [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto)~~ - [x] Convert sha256 function to use [SHA256 Library](https://github.com/frankie-tech/sha256) - [x] Add "mangle" property to `package.json` There may be other opportunities, but using microbundle does a lot of the work for us
Without having looked into it in depth
Convert sha256 function into SubtleCryptopackage.jsonThere may be other opportunities, but using microbundle does a lot of the work for us