Closed iralution closed 3 years ago
Okay, but it needs readme update, typescript definitions update and android of course :)
I agree with readme and typescript.. On android it works based on the keylength, as far as I could see, so the parameter would only be kinda "dummy".. but yeah, as long as this lib works directly with NativeModules this seems necessary
I think this can be merged, right ? I need to do AES128 and right now on iOS it doesn't change based on the key length....
Without support on android side (even if it is dummy) I can't merge it.
Adding algorithm param to encrypt and decrypt method, defaulting to a…