Use SHA384 with ECC384 to match FIPS / Suite B recommendation.
This commit is contained in:
parent
d0746da5e2
commit
0298719be0
3 changed files with 35 additions and 24 deletions
|
@ -96,6 +96,10 @@ struct _Identity_generate_cond
|
|||
char *genmem;
|
||||
};
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// This is a memory-hard momentum-like hash used for type 1 addresses
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void Identity::generate(const Type t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue