summaryrefslogtreecommitdiff
path: root/src/KM_prng.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2007-02-13 08:35:09 +0000
committerjhurst <>2007-02-13 08:35:09 +0000
commit2d0f4af2b7815eed9bdc1292f9059025eb2380d7 (patch)
tree687f13710040888df1dbac5aced5f98afe35b0de /src/KM_prng.h
parent1e3eeac187fd3dd485a79ec7c0f5dfe86aa29e31 (diff)
added fips-186-2 RNG, still needs to be tied into S429-3 HMAC
Diffstat (limited to 'src/KM_prng.h')
-rwxr-xr-xsrc/KM_prng.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/KM_prng.h b/src/KM_prng.h
index f7dfa2b..e718475 100755
--- a/src/KM_prng.h
+++ b/src/KM_prng.h
@@ -46,6 +46,10 @@ namespace Kumu
const byte_t* FillRandom(byte_t* buf, ui32_t len);
const byte_t* FillRandom(ByteString&);
};
+
+
+ void Gen_FIPS_186_Value(const byte_t* key_in /* 20 bytes */, byte_t* r_out /* 40 bytes */);
+
} // namespace Kumu