YPC
0.2.0
|
Classes | |
struct | _forward |
Public Types | |
typedef struct enclave_interaction_wrapper::_forward | forward_info |
Public Member Functions | |
enclave_interaction_wrapper (std::shared_ptr< crypto_pack_wrapper > crypto) | |
py::bytes | generate_allowance (const py::bytes &private_key, const py::bytes ¶m_hash, const py::bytes &target_enclave_hash, const py::bytes &dian_pkey, const py::bytes &dhash) |
forward_info | forward_private_key (const py::bytes &private_key, const py::bytes &dian_pkey, const py::bytes &enclave_hash) |
Protected Attributes | |
std::shared_ptr< crypto_pack_wrapper > | m_crypto |
ypc::terminus::enclave_interaction | m_instance |