Added package drng (#1808)

This commit is contained in:
rockcavera
2021-02-10 07:08:42 +01:00
committed by GitHub
parent fff6fe1f7e
commit 1cda7007eb
+12
View File
@@ -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"
}
]