summaryrefslogtreecommitdiff
path: root/age-wasm/src/lib.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-04age-wasm: add a function for asymmetric decryptionstuebinm1-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.
2021-04-04age-wasm: move into subdirectorystuebinm1-4/+0
2021-04-04usable interface for encryption (pubkey) and decryption (passphrase)stuebinm1-7/+21