3 Commits
Author SHA1 Message Date
pharpend b02047d3a9 add some readmes, bump parasite version 2023-08-28 21:20:35 -06:00
pharpend 2b44db1ee7 clean up blake2b external lib 2023-08-27 16:37:04 -06:00
pharpend 29defebc2e [wip] adding message signing functionality
Problem is this:

    Uncaught ReferenceError: require is not defined
        <anonymous> moz-extension://b4685fc7-232c-44d9-b653-f51b7c7ea868/dist/jex_include/local-vdk_aecrypt-0.1.0/dist/jex_include/local-blakejs-1.2.1/dist/index.js:1
    index.js:1:13

The issue is that blakejs is written for node and needs to be modified to work
in a browser.

Next task is doing that, but did a ton of work so taking a break
2023-08-12 18:18:03 -06:00