end-to-end icon indicating copy to clipboard operation
end-to-end copied to clipboard

Build: Split out End-to-End crypto library from extension

Open coruus opened this issue 9 years ago • 3 comments

There's no pure-JS OpenPGP (or crypto) library of similar quality.

The crypto really merits its own project, especially as many Node.js people are using rather poorly written alternatives.

See yahoo/end-to-end#32 for the parallel issue.

coruus avatar Mar 28 '15 03:03 coruus

I have periodically been updating an NPM package tracking the library

https://www.npmjs.com/package/e2e

https://groups.google.com/forum/#!searchin/e2e-discuss/npm/e2e-discuss/z4wo947DN3Q/kh3T5rdrBPYJ

willscott avatar May 11 '15 13:05 willscott

@willscott: :+1:

coruus avatar May 22 '15 17:05 coruus

This is an ongoing project. There is a build target that one can use without the extension code: ./do.sh build_library. More documentation, code examples and such are incoming.

koto avatar Jun 10 '15 15:06 koto