Define RANDOM-BYTE-VECTOR to generate random bytes. This is useful
authorChris Hanson <org/chris-hanson/cph>
Tue, 11 Apr 2000 03:46:57 +0000 (03:46 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 11 Apr 2000 03:46:57 +0000 (03:46 +0000)
commit1c405ec4d169c4539863149f96693b8c0d4f523c
tree79e57efc2d37cd0259c51e0ace9c448081a8d9ae
parent4ca189028e7da5b4a6c4ebfe9f34980677774033
Define RANDOM-BYTE-VECTOR to generate random bytes.  This is useful
for cryptographic applications that don't require an RNG with
cryptographic properties, e.g. to generate an init vector or to salt a
password.
v7/src/runtime/random.scm
v7/src/runtime/runtime.pkg