-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide keypairs using the same type that the ucans
library supports
#62
Comments
I wanted to let people know that I have made a patch to The tests for compatibility are using a different test framework -- https://github.com/nichoth/keystore-idb/blob/UCAN-compat-keypair/package.json#L56 -- which is why I'm not submitting it as a PR. That script browserifies the test code and runs it in electron, so there is a browser environment for Also there is an error logged during TS compilation, because I have only created the The good news is that it doesn't add any dependencies in this module. |
A little update -- in order to install this as a dependency I noticed that the typescript has to compile without error. So I fixed the RSA typescript error that showed up during compilation, so now I'm able to use this forked repo as a dependency. I'm not sure if RSA actually works though; there are no tests for it. But typescript does compile. |
Another update -- this was totally broken the way I had implemented it here. I noticed that via more tests that compared the DID values from my version with the In the interest of progressing toward the end goal I've put this on the back burner so to speak, and I just added |
Previous discussion: ucan-wg/ts-ucan#2
If we want to be able to use the
ucans
library in webnative, we should provide keypair types as discussed in the issue above. The type is:The text was updated successfully, but these errors were encountered: