summaryrefslogtreecommitdiff
path: root/age-wasm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* age-wasm: add a function for asymmetric decryptionstuebinm2021-04-041-1/+20
| | | | | | | This is intended for misusing an age private key as "passphrase" for decrypting a document. This is not really recommended, but it is useful, since symmetric encryption in web assembly takes some orders of magnitude (1-2 minutes) longer than asymmetric decryption.
* age-wasm: move into subdirectorystuebinm2021-04-048-0/+4066