publicEncrypt
publicEncrypt copied to clipboard
publicEncrypt/privateDecrypt for browserify
Add the following codes in test ```js t.equals(myEnc.length, nodeEnc.length, 'my public encrypted length node public encrypted length') ``` and find the bug. I think the results should have the same...
Supersedes #8 and fixes #7. Just npm ignores `test/` folder. They usually shouldn't be published to NPM.
fix for #7
I've found you are always prevent to use `for loop` but `for loop` is better than `while loop` in case of determined loop steps. It's more reliable. E.g: ``` function...