Update README.md

This commit is contained in:
AJ ONeal 2016-10-20 14:06:11 -06:00 committed by GitHub
parent 4fe1f4b358
commit 3ccad1b1e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# rsa-compat.js
JavaScript RSA utils that work on Windows, Mac, and Linux with or without C compiler
JavaScript RSA utils that work on Windows, Mac, and Linux, with or without C compiler (x64, x86, and ARM)
In order to provide a module that "just works" everywhere, we mix and match methods
from `node.js` core, `ursa`, `forge`, and others.