A basic standalone test jig of MSC4016 encrypted file streaming for Matrix.
Requires the matthew/streaming branch of matrix-encrypt-attachment.
To run:
npm i
npm run dev
...and select a file from disk, which the test jig will load, stream through encryptStreamAttachment()
and
decryptStreamAttachment()
and render the result showing the associated EncryptedFile
block.