From 1cda7007ebf7f66c063ce749b5c437689e78fa15 Mon Sep 17 00:00:00 2001 From: rockcavera Date: Wed, 10 Feb 2021 03:08:42 -0300 Subject: [PATCH] Added package drng (#1808) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 2196949..98f0a05 100644 --- a/packages.json +++ b/packages.json @@ -21532,5 +21532,17 @@ "description": "Converts html to karax.", "license": "MIT", "web": "https://github.com/nim-lang-cn/html2karax" + }, + { + "name": "drng", + "url": "https://github.com/rockcavera/nim-drng", + "method": "git", + "tags": [ + "drng", + "rng" + ], + "description": "Provides access to the rdrand and rdseed instructions. Based on Intel's DRNG Library (libdrng)", + "license": "MIT", + "web": "https://github.com/rockcavera/nim-drng" } ]