From: | ghudson@mit.edu |
Subject: | git commit |
Avoid rand() in aes-gen test program
rand() can output different sequences on different platforms with the
same seed, and (since commit cb5f190056ef4d123c5fe5d4923982b830288438)
we want fixed output. Use specified inputs instead. Reported by Ken
Hornstein.
https://github.com/krb5/krb5/commit/ae40b2eabb8954679e55f0ae79c3aaa96974fb40
Author: Greg Hudson <ghudson@mit.edu>
Commit: ae40b2eabb8954679e55f0ae79c3aaa96974fb40
Branch: master
src/lib/crypto/builtin/aes/aes-gen.c | 97 +++++++++++++++++++++-------------
1 files changed, 61 insertions(+), 36 deletions(-)