mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
9441de4c38
This release is used in conjunction with the linux-sgx-driver Intial release: https://github.com/01org/linux-sgx-driver commit-id: 0e865ce5e6b297a787bcdc12d98bada8174be6d7 Intel-id: 33399 Signed-off-by: Angie Chinchilla <angie.v.chinchilla@intel.com>
24 lines
494 B
Plaintext
24 lines
494 B
Plaintext
/***
|
|
* See http://sourceware.org/binutils/docs/ld/VERSION.html#VERSION for more info.
|
|
* // Comments don't work in this file.
|
|
***/
|
|
|
|
{
|
|
global:
|
|
sample_ecc256_close_context;
|
|
sample_ecc256_compute_shared_dhkey;
|
|
sample_ecc256_create_key_pair;
|
|
sample_ecc256_open_context;
|
|
sample_ecdsa_sign;
|
|
sample_rijndael128GCM_encrypt;
|
|
sample_rijndael128_cmac_msg;
|
|
sample_sha256_close;
|
|
sample_sha256_get_hash;
|
|
sample_sha256_init;
|
|
sample_sha256_update;
|
|
|
|
local:
|
|
*;
|
|
};
|
|
|