diff options
| author | jhurst <jhurst@cinecert.com> | 2007-02-15 06:07:32 +0000 |
|---|---|---|
| committer | jhurst <> | 2007-02-15 06:07:32 +0000 |
| commit | 7470b55c9d987d8a6d4b47bb1925c4e6eaa80afe (patch) | |
| tree | cffc1d85ef40985c7a8215d30ae6b96ccc9ae440 /src/fips-186-rng-test.cpp | |
| parent | 2d0f4af2b7815eed9bdc1292f9059025eb2380d7 (diff) | |
final fixes to 429-6 HMAC
Diffstat (limited to 'src/fips-186-rng-test.cpp')
| -rwxr-xr-x | src/fips-186-rng-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fips-186-rng-test.cpp b/src/fips-186-rng-test.cpp index c26239b..887345a 100755 --- a/src/fips-186-rng-test.cpp +++ b/src/fips-186-rng-test.cpp @@ -74,7 +74,7 @@ main(int argc, const char** argv) return 3; } - Gen_FIPS_186_Value(XKey_buf, X_buf); + Gen_FIPS_186_Value(XKey_buf, SHA_DIGEST_LENGTH, X_buf, SHA_DIGEST_LENGTH*2); if ( memcmp(X_buf, X_test_buf, SHA_DIGEST_LENGTH*2) != 0 ) { |
