Use SHA384 with ECC384 to match FIPS / Suite B recommendation.

This commit is contained in:
Adam Ierymenko
2019-08-07 17:06:03 -05:00
parent d0746da5e2
commit 0298719be0
3 changed files with 35 additions and 24 deletions

View File

@ -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)