Last data update: 2014.03.03

randaes

Package: randaes
Title: Random number generator based on AES cipher
Description: The deterministic part of the Fortuna cryptographic
pseudorandom number generator, described by Schneier & Ferguson
"Practical Cryptography"
Version: 0.3
Author: Thomas Lumley
Maintainer: Thomas Lumley <tlumley@u.washington.edu>
License: GPL-2
Depends:
Suggests:
Packaged: 2012-01-13 01:22:39 UTC; tlum005
Repository: CRAN
Date/Publication: 2012-01-13 08:06:00

● Cran Task View: Distributions
● 0 images, 1 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'randaes' ...
** package 'randaes' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c aes.c -o aes.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c raes.c -o raes.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o randaes.so aes.o raes.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/randaes/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'randaes'
    finding HTML links ... done
    randaes.package                         html  
** building package indices
** testing if installed package can be loaded
* DONE (randaes)
Making 'packages.html' ... done