.
This commit is contained in:
parent
455cd5551b
commit
54a1bbd016
14 changed files with 94 additions and 268 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue