Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simple ffi with rust and haskell | stuebinm | 2021-04-11 | 8 | -0/+82 |
| | | | | so far, only calling rust from haskell, not the other way round. | ||||
* | age-wasm: add a function for asymmetric decryption | stuebinm | 2021-04-04 | 1 | -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 subdirectory | stuebinm | 2021-04-04 | 8 | -4/+0 |
| | |||||
* | add simple readme | stuebinm | 2021-04-04 | 1 | -0/+21 |
| | |||||
* | usable interface for encryption (pubkey) and decryption (passphrase) | stuebinm | 2021-04-04 | 4 | -8/+2673 |
| | |||||
* | proof of concept: age in wasm in a browser | stuebinm | 2021-04-01 | 6 | -0/+1384 |