OpenPGP Deno Standard Library Module #29403
torres-engineer
started this conversation in
Ideas
Replies: 1 comment
-
I just don't use the Web Crypto API because I need to know the algorithm begin used on the keys, which I don't. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I will for now be using this for a personal project.
I'm using Deno as the runtime for that project. I think it would be cool to have something like that library as a
@std/
package on JSR.I was thinking of doing something like using Sequoia (Rust) and wrapping it with Typescript via WASM/WASI and publish the wrapper to JSR myself with only the things I need for my project for now, then I decided I'll just use the already existent package on npm.
Because Deno is written in Rust, there might be a better solution that I can't think of.
Beta Was this translation helpful? Give feedback.
All reactions