YPC  0.2.0
stdeth.h
1 #pragma once
2 #include "ypc/corecommon/crypto/crypto_pack.h"
3 #include "ypc/corecommon/crypto/stdeth/eth_hash.h"
4 #include "ypc/corecommon/crypto/stdeth/rijndael128GCM.h"
5 #include "ypc/corecommon/crypto/stdeth/secp256k1.h"
6 #include "ypc/corecommon/crypto/stdeth/secp256k1_ecdh_sgx128.h"
7 
8 namespace ypc {
9 namespace crypto {
10 typedef crypto_pack<secp256k1, eth_hash, rijndael128GCM, secp256k1_ecdh_sgx128>
11  eth_sgx_crypto;
12 }
13 } // namespace ypc