#include <musig.h>
#include <pubkey.h>
#include <serialize.h>
#include <support/allocators/secure.h>
#include <uint256.h>
#include <stdexcept>
#include <vector>
 
Go to the source code of this file.
◆ CPrivKey
CPrivKey is a serialized private key, with all parameters included (SIZE bytes) 
Definition at line 24 of file key.h.
 
 
◆ ECDHSecret
Definition at line 30 of file key.h.
 
 
◆ ECC_InitSanityCheck()
      
        
          | bool ECC_InitSanityCheck  | 
          ( | 
           | ) | 
           | 
        
      
 
Check that required EC support is available at runtime. 
Definition at line 565 of file key.cpp.
 
 
◆ GenerateRandomKey()
  
  
      
        
          | CKey GenerateRandomKey  | 
          ( | 
          bool  | 
          compressed = true | ) | 
           | 
         
       
   | 
  
noexcept   | 
  
 
 
◆ ECDH_SECRET_SIZE
Size of ECDH shared secrets. 
Definition at line 27 of file key.h.