Added package drng (#1808)

This commit is contained in:
rockcavera 2021-02-10 03:08:42 -03:00 committed by GitHub
parent fff6fe1f7e
commit 1cda7007eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]