LinusU / react-native-get-random-values

A small implementation of `getRandomValues` for React Native
MIT License
350 stars 48 forks source link

crypto.randomUUID for react native #32

Closed markrity closed 2 years ago

markrity commented 2 years ago

Hi , Right now the implementation using v4 uuid , since Node 14.17.0 there were crypto.randomUUID introduced, that is by 3 times faster by benchmarks than v4.

Any plans on adding crypto.randomUUID implementation for this package?

Thanks :)

perry-mitchell commented 2 years ago

Hmm, not sure if this fits here though - the name of the package is literally the name of the function it's providing.. wouldn't it be better to publish react-native-random-uuid instead?

LinusU commented 2 years ago

💥 https://github.com/LinusU/react-native-random-uuid

markrity commented 2 years ago

@LinusU Boom 💥 ! Thank you.