Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::wallet::detail Namespace Reference

Classes

struct  se_wallet_impl
 
class  soft_wallet_impl
 
struct  yubihsm_wallet_impl
 

Functions

private_key_type derive_private_key (const std::string &prefix_string, int sequence_number)
 

Function Documentation

◆ derive_private_key()

private_key_type sysio::wallet::detail::derive_private_key ( const std::string & prefix_string,
int sequence_number )

Definition at line 33 of file wallet.cpp.

35{
36 std::string sequence_string = std::to_string(sequence_number);
37 fc::sha512 h = fc::sha512::hash(prefix_string + " " + sequence_string);
39}
static private_key regenerate(const typename KeyType::data_type &data)
static sha256 hash(const char *d, uint32_t dlen)
Definition sha256.cpp:44
static sha512 hash(const char *d, uint32_t dlen)
Definition sha512.cpp:37
Here is the call graph for this function:
Here is the caller graph for this function: