#include <transaction.h>
|
| static void | ComputeSharedSec (const CKey &priv, const CPubKey &pubKey, CPubKey &sharedSec) |
| |
| static void | Encode (const CKey &mask, const CAmount &amount, const CPubKey &sharedSec, uint256 &encodedMask, uint256 &encodedAmount) |
| |
| static void | Decode (unsigned char *encodedMask, unsigned char *encodedAmount, const CPubKey &sharedSec, CKey &decodedMask, CAmount &decodedAmount) |
| |
Definition at line 26 of file transaction.h.
◆ ComputeSharedSec()
| void ECDHInfo::ComputeSharedSec |
( |
const CKey & |
priv, |
|
|
const CPubKey & |
pubKey, |
|
|
CPubKey & |
sharedSec |
|
) |
| |
|
static |
◆ Decode()
| void ECDHInfo::Decode |
( |
unsigned char * |
encodedMask, |
|
|
unsigned char * |
encodedAmount, |
|
|
const CPubKey & |
sharedSec, |
|
|
CKey & |
decodedMask, |
|
|
CAmount & |
decodedAmount |
|
) |
| |
|
static |
◆ Encode()
The documentation for this class was generated from the following files: