diff --git a/README.md b/README.md index 69af04e..26663a9 100644 --- a/README.md +++ b/README.md @@ -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.