Path to this page:
./
security/lua-arc4random,
Lua wrapper for arc4random(3)
Branch: pkgsrc-2022Q3,
Version: 1.4.1,
Package name: lua54-arc4random-1.4.1,
Maintainer: niaThe arc4random family of functions provides a cryptographic pseudorandom
number generator automatically seeded from the system entropy pool and
safe to use from multiple threads. arc4random is designed to prevent an
adversary from guessing outputs, unlike rand(3) and random(3), and is
faster and more convenient than reading from /dev/urandom directly.
This is a Lua wrapper for arc4random(3), portable to systems that
do and don't have it natively in libc. On systems where arc4random
may be insecure it provides a replacement.
Master sites:
Filesize: 22.237 KB
Version history: (Expand)
- (2022-09-26) Package added to pkgsrc.se, version lua54-arc4random-1.4.1 (created)