mirror of
https://github.com/monero-project/monero.git
synced 2026-01-04 16:57:44 -08:00
crypto: move null_pkey/null_skey to the cpp file
This commit is contained in:
@@ -70,6 +70,9 @@ namespace crypto {
|
||||
#include "random.h"
|
||||
}
|
||||
|
||||
const crypto::public_key null_pkey = boost::value_initialized<crypto::public_key>();
|
||||
const crypto::secret_key null_skey = boost::value_initialized<crypto::secret_key>();
|
||||
|
||||
static inline unsigned char *operator &(ec_point &point) {
|
||||
return &reinterpret_cast<unsigned char &>(point);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user