str4d / wage

A WASM package and web app for encrypting and decrypting age-encrypted files, powered by rage.
https://rage-encry.pt
Apache License 2.0
76 stars 10 forks source link

Fix file decryption #6

Closed str4d closed 4 years ago

str4d commented 4 years ago

Currently file decryption crashes with RuntimeError: index out of bounds. The full issue is described in rustwasm/wasm-bindgen#2152.

str4d commented 4 years ago

Fixed by 0ee998041f85a7e438302025e9788af49d12259c.