rippled
Public Attributes | List of all members
ripple::SecretKey_test::TestKeyData Struct Reference
Collaboration diagram for ripple::SecretKey_test::TestKeyData:
Collaboration graph
[legend]

Public Attributes

std::array< std::uint8_t, 16 > seed
 
std::array< std::uint8_t, 33 > pubkey
 
std::array< std::uint8_t, 32 > seckey
 
char const * addr
 

Detailed Description

Definition at line 34 of file SecretKey_test.cpp.

Member Data Documentation

◆ seed

std::array<std::uint8_t, 16> ripple::SecretKey_test::TestKeyData::seed

Definition at line 36 of file SecretKey_test.cpp.

◆ pubkey

std::array<std::uint8_t, 33> ripple::SecretKey_test::TestKeyData::pubkey

Definition at line 37 of file SecretKey_test.cpp.

◆ seckey

std::array<std::uint8_t, 32> ripple::SecretKey_test::TestKeyData::seckey

Definition at line 38 of file SecretKey_test.cpp.

◆ addr

char const* ripple::SecretKey_test::TestKeyData::addr

Definition at line 39 of file SecretKey_test.cpp.