YPC
0.2.0
include
ypc
core_t
analyzer
analyzer_context.h
1
#pragma once
2
#include "ypc/stbox/ebyte.h"
3
4
namespace
ypc {
5
class
analyzer_context
{
6
public
:
7
virtual
uint32_t
8
request_private_key_for_public_key(
const
stbox::bytes &pubkey,
9
stbox::bytes &private_key,
10
stbox::bytes &dian_pkey) = 0;
11
virtual
const
stbox::bytes &get_enclave_hash()
const
= 0;
12
};
13
}
// namespace ypc
ypc::analyzer_context
Definition:
analyzer_context.h:5
Generated by
1.8.17