summaryrefslogtreecommitdiff
path: root/src/KM_prng.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2007-02-15 06:07:32 +0000
committerjhurst <>2007-02-15 06:07:32 +0000
commit7470b55c9d987d8a6d4b47bb1925c4e6eaa80afe (patch)
treecffc1d85ef40985c7a8215d30ae6b96ccc9ae440 /src/KM_prng.h
parent2d0f4af2b7815eed9bdc1292f9059025eb2380d7 (diff)
final fixes to 429-6 HMAC
Diffstat (limited to 'src/KM_prng.h')
-rwxr-xr-xsrc/KM_prng.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/KM_prng.h b/src/KM_prng.h
index e718475..b592988 100755
--- a/src/KM_prng.h
+++ b/src/KM_prng.h
@@ -48,7 +48,8 @@ namespace Kumu
};
- void Gen_FIPS_186_Value(const byte_t* key_in /* 20 bytes */, byte_t* r_out /* 40 bytes */);
+ // key_len must be <= 64 (larger values will be truncated)
+ void Gen_FIPS_186_Value(const byte_t* key_in, ui32_t key_len, byte_t* buf, ui32_t buf_len);
} // namespace Kumu