mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 15:18:17 +00:00
Use SHA384 with ECC384 to match FIPS / Suite B recommendation.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user