Skip to content

Releases: TheRogue76/react-native-hashing

V0.1.5

26 Mar 17:23
Compare
Choose a tag to compare

Added support for SHA1 and SHA3 to the library

Added support for MD5

16 Feb 22:01
Compare
Choose a tag to compare

THIS PACKAGE IS UNDER DEVELOPMENT AND SHOULD NOT BE USED IN PRODUCTION.

We are working on it to bring all the fun features of JSI, but as of right now, we have not tested it on different versions of RN.
Having said that, this version adds support for MD5.

V0.1.3

15 Feb 08:54
Compare
Choose a tag to compare

Android's Bugs have been fixed and the library now builds and functions on both platforms.

Initial Release

15 Feb 02:50
Compare
Choose a tag to compare

This is the initial release of this library. At the moment it supports only sha256 but has all the needed code for other hashing algorithms. It uses JSI, so all operations are synchronous and happen on the native side instead of on the JS side.