react-native-simple-crypto
react-native-simple-crypto copied to clipboard
Default value of IV Parameter
Please what is the default value IV parameter?
any as u want
There is no default, it will try to
const ivHex = convertArrayBufferToHex(ivArrayBuffer);
Which uses
const convertArrayBufferToHex = hexLite.fromBuffer;
which will be an empty string