Skip to content

[fix] crypto/converter: Use an alternative approach to copy array buffer

Umair Sarfraz requested to merge laumair:hotfix/slice-method into master

On android (react-native) lead to undefined is not a function (evaluating 'HALF_3.slice(0)'. Covers that with an alternative approach to copy an ArrayBuffer. Thanks to @th0br0

Merge request reports