TheRogue76 / react-native-hashing

A hashing library for react native written in c++ with JSI
MIT License
20 stars 1 forks source link

added md5 support #1

Closed TheRogue76 closed 2 years ago

TheRogue76 commented 2 years ago

I imported the md5 headers and wrote the md5 jsi functions. the only thing i'm not sure about is how to turn the function that creates the jsi functions into a template so that we can just call the template for each of the different hashing algorithms and add them to the RNHashing object that gets set on the runtime