Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

bls_ies.cpp File Reference
#include <bls/bls_ies.h>
#include <hash.h>
#include <random.h>
#include <streams.h>
#include <crypto/aes.h>
+ Include dependency graph for bls_ies.cpp:

Go to the source code of this file.

Functions

template<typename Out >
static bool EncryptBlob (const void *in, size_t inSize, Out &out, const void *symKey, const void *iv)
 
template<typename Out >
static bool DecryptBlob (const void *in, size_t inSize, Out &out, const void *symKey, const void *iv)
 

Function Documentation

◆ DecryptBlob()

template<typename Out >
static bool DecryptBlob ( const void *  in,
size_t  inSize,
Out &  out,
const void *  symKey,
const void *  iv 
)
static

◆ EncryptBlob()

template<typename Out >
static bool EncryptBlob ( const void *  in,
size_t  inSize,
Out &  out,
const void *  symKey,
const void *  iv 
)
static
Released under the MIT license