react-native-quick-crypto
react-native-quick-crypto copied to clipboard
missing cypher.getAuthTag() implementation
Hi,
I noticed a missing method in the cypher implementation. The getAuthTag
has been commented out.
see code reference
This is breaking my ECIES usage which relies on react-native-quick-crypto
crypto implementation.
I can't find any reasons for the comments?
same issue here GitHub link: https://github.com/margelo/react-native-quick-crypto/blob/ac04d8c622570a99a4834cbceecc976e4e005492/src/Cipher.ts#L207-L209
This module depends on crypto-browserify
which has a fix for this... can you please use that until you fix this?
I am having the same issue.
same issue :(
hi @deeeed, did you ever manage to solve this?
Are there any plans to implement this in the current library?
I've encountered the same issue with the missing cypher.getAuthTag() implementation and am also in need of help to solve this problem. It's a tricky situation that seems to require a deeper dive into the cryptography library being used or perhaps an update to the code to ensure compatibility with the encryption standards. Assistance on this would be greatly appreciated.