querkmachine/nova-randomize-everything

Consider updating UUID generation to use `nova.crypto` API

Closed this issue · 0 comments

In version 10, Nova added a new nova.crypto API that can generate cryptographically random UUIDs, which could replace our own pseudo-random generator.

Ideally, the existing generator would be maintained for older versions of Nova.