Update README.md
This commit is contained in:
parent
4fe1f4b358
commit
3ccad1b1e0
|
@ -1,6 +1,6 @@
|
||||||
# rsa-compat.js
|
# 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
|
In order to provide a module that "just works" everywhere, we mix and match methods
|
||||||
from `node.js` core, `ursa`, `forge`, and others.
|
from `node.js` core, `ursa`, `forge`, and others.
|
||||||
|
|
Loading…
Reference in New Issue