This repository contains the AlphaRNG Software Kit, which provides access to the AlphaRNG device when used with Linux, macOS, freeBSD and 64 bit Windows over a secure channel.
AlphaRNG device is a true random number generator that plugs directly into any Linux, macOS, freeBSD and 64 bit Windows computer via USB. The AlphaRNG device can be integrated with hardware platforms such as RPI 4/5 and with ARM based hardware design solutions that run embedded Linux.
linuxcontains all necessary files and source code for building thealrandomkernel module/driver used with Linux distributions. The driver allows concurrent access to AlphaRNG entropy data streams from user space.linux-and-macOS/alrngcontains all necessary files and source code for buildingalrng,alseqgen,alrngdiag,alperftestandsampleutilities used with Linux, FreeBSD and macOS distributions. It also includes the run-alrng-pserver.sh script for running a named pipe server on Linux based systems.windows-x64contains all necessary files and source code for buildingalrng.exe,alseqgen.exe,alrngdiag.exe,alperftest,entropy-server.exe,entropy-client-test,entropy-client-sampleandsample.exeutilities for Windows 10 (64 bit) and Windows Server 2016/2019 (64 bit) using Visual Studio 2019 or newer.windows-dllcontains all necessary files and source code for buildingAlphaRNG-64.dlllibrary for Windows 10 (64 bit) and Windows Server 2016/2019 (64 bit) using Visual Studio 2019 or newer. Windows application that are built using different programming languages can concurrently access AlphaRNG entropy server through a unified API.
Andrian Belinski