Hello, OpenPGP.js.

1.  why  in  openpgp.min.js  we  are  including not minimal version of
worker:        "Worker(a||"openpgp.worker.js")"       instead       of
"Worker(a||"openpgp.worker.min.js")" ???

2. this code:

var pgp_worker = new openpgp.AsyncProxy();
pgp_init();

pgp_worker.generateKeyPair(1, 1024, 'Ann Lee <[email protected]>', 'password', 
function(err, data){
...........

we are receiving this error: "Uncaught TypeError: number is not a function"

What i'm doing wrong?


-- 
С уважением,
 Maria                          mailto:[email protected]

_______________________________________________

http://openpgpjs.org
Subscribe/unsubscribe: http://list.openpgpjs.org

Reply via email to