Typage can now encrypt and decrypt ReadableStreams.
This can be useful for encrypting or decrypting large files, requests, or responses on the fly.
Decrypter.decryptHeader allows decrypting a file key from a detached header.
This can be used to decrypt a header client-side without sharing the payload with the client.
Worked around oven-sh/bun#20148, unbreaking recent Bun versions.
Made header and CBOR parsing slightly stricter.