diff options
author | lloyd <[email protected]> | 2008-10-26 21:07:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-26 21:07:44 +0000 |
commit | 88b872f2afb9d71b91a155d05d517dbd593d30ca (patch) | |
tree | 6f0b8978fc73950b7e8822c03634d2b51cf23b2d /src/kdf/x942_prf/info.txt | |
parent | a5572385088e399eecf5531074aecabadf24d611 (diff) |
In KDF instead of lookup, instantiate fixed hashes (MD5, SHA-1) directly
Diffstat (limited to 'src/kdf/x942_prf/info.txt')
-rw-r--r-- | src/kdf/x942_prf/info.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kdf/x942_prf/info.txt b/src/kdf/x942_prf/info.txt index 7c61317b0..df5719de4 100644 --- a/src/kdf/x942_prf/info.txt +++ b/src/kdf/x942_prf/info.txt @@ -5,8 +5,8 @@ define X942_PRF load_on auto <requires> -core -#kdf +md5 +sha1 #oid_lookup </requires> |