Per review: the iterated SHA-256 hashing (150M rounds) was unnecessary. Now uses a single SHA-256 hash of the seed to derive the UUID. Removed seedIterations constant, iteration loop, and all related documentation/comments.
Per review: the iterated SHA-256 hashing (150M rounds) was unnecessary. Now uses a single SHA-256 hash of the seed to derive the UUID. Removed seedIterations constant, iteration loop, and all related documentation/comments.