aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/sm2/sm2_enc.h
blob: 1384d372669b2ad66e6de31f9c198a80355cffbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
* SM2 Encryption
* (C) 2017 Ribose Inc
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_SM2_ENC_KEY_H_
#define BOTAN_SM2_ENC_KEY_H_

#include <botan/sm2.h>

#endif