margelo / react-native-quick-crypto

⚡️ A fast implementation of Node's `crypto` module written in C/C++ JSI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API documentation?

JulianKingman opened this issue · comments

Is this a direct analogue of node crypto (https://nodejs.org/api/crypto.html#crypto), or is there documentation for it somewhere?

It is currently a direct analogue of node crypto. Use their documentation.

Also, see implementation_coverage.md for current status.