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
No known key found for this signature in database
GPG key ID: 1657198823E52A61
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)