drng

Provides access to the rdrand and rdseed instructions. Based on Intel's DRNG Library (libdrng)

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.1.0
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-01 07:18

Tags

Authors

  • rockcavera

Installation

nimble install drng
choosenim install drng
git clone https://github.com/rockcavera/nim-drng

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
drng - - - - - - -

Dependencies

Package Version Optional
nim >= 1.0.0, cpuwhat No

Source

Repository https://github.com/rockcavera/nim-drng
Homepage https://github.com/rockcavera/nim-drng
Registry Source nimble_official

README

Provides access to the rdrand and rdseed instructions. Based on Intel's DRNG Library (libdrng).

Current Support

This package supports the following compilers:

  • GCC: rdrand 4.6.0 or higher; rdseed no information
  • CLANG: rdrand 3.2.0 or higher; rdseed no information
  • VCC: rdrand and rdseed Visual C ++ 2015 or higher

Install

nimble install drng

or

nimble install https://github.com/rockcavera/nim-drng.git

Basic Use

See the examples.