#Sync uuid from string
5 messages · Page 1 of 1 (latest)
@high bronze Thanks, I don’t need a random one but one that’s replicable from a input string.
oh my bad
You’ll have to create your own generateSync function using crypto.subtle.digestSync.
5 messages · Page 1 of 1 (latest)
How can I generate a UUID from a string synchronously?
In the standard library I only found this async module https://deno.land/[email protected]/uuid/v5.ts?s=generate
@high bronze Thanks, I don’t need a random one but one that’s replicable from a input string.
oh my bad
You’ll have to create your own generateSync function using crypto.subtle.digestSync.