This commit is contained in:
Adam Ierymenko 2019-08-07 11:20:12 -05:00
parent 455cd5551b
commit 54a1bbd016
No known key found for this signature in database
GPG key ID: 1657198823E52A61
14 changed files with 94 additions and 268 deletions

View file

@ -26,7 +26,7 @@
// This is glue code to ease the use of the NIST P-384 elliptic curve.
// Note that some of the code inside ECC384.cpp is third party code and
// Note that most of the code inside ECC384.cpp is third party code and
// is under the BSD 2-clause license rather than ZeroTier's license.
#ifndef ZT_ECC384_HPP
@ -55,7 +55,7 @@
#define ZT_ECC384_SIGNATURE_SIZE 96
/**
* Size of shared secret generated by ECDH key agreement
* Size of raw shared secret generated by ECDH key agreement
*/
#define ZT_ECC384_SHARED_SECRET_SIZE 48