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 Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-22 05:28

Tags

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 - - - - - - -

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.