* WIP: use isomorphic-webcrypto for RN
* WIP: expo friendly exports
* WIP: buffer for RN
* WIP: textencoder for RN
* WIP: aeskey from jwk instead of raw for RN
* fix: missing taglength for msrcrypto
* add: update isomorphic-webcrypto
* add: match isocrypto api
* add: failing test for 4e2 as 400
* fix: remove extra atob btoa
* add: sea unbuild
* refactor: according to mhelander review
* refactor: shorter require
* fix: make bug test pass, capitlize bug test.
* fix: npm ci + sea test
* add: restore old browser export and add react-native friendly exports
* fix: import buffer into correct global/window
* fix: bad comparison
* fix: only include buffer if no btoa/atob