Currently, methods accept `'uint8'` -> `Uint8Array` or `'buffer'` -> `Buffer` return types (the latter is mostly for compat with old libs) Many usecases just need an ArrayBuffer Should be trivial with #64 fixed.