From 5dfbdbc32012c99a5e45a12c86b494b4563f74a3 Mon Sep 17 00:00:00 2001 From: Rexios Date: Fri, 30 Aug 2024 13:43:26 -0400 Subject: [PATCH] Remove readme message saying the default is not cryptoRNG --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a2c5266..063ff39 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Features: * Supports RFC9562 version 6, version 7, and version 8 * Runs in web, server, and flutter * Cryptographically strong random number generation on all platforms - * **Defaults to non-crypto generator, see UuidUtil for cryptoRNG** * [Documentation](https://daegalus.github.io/dart-uuid/index.html) ## Getting Started