TheRogue76 / react-native-hashing

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

Adding Sha1 and Sha3 support #14

Closed TheRogue76 closed 2 years ago

matinzd commented 2 years ago

SHA-1 algorithm was deprecated in 2011. Better not to have it in the lib.

TheRogue76 commented 2 years ago

SHA-1 algorithm was deprecated in 2011. Better not to have it in the lib.

Honestly, We are just supporting the functionality. While it is not secure, I don't think we should block people's access to it :)