[CP] rollback the default way of kms nonce
This commit is contained in:
@ -32,6 +32,7 @@ class ObKeyGenerator
|
||||
{
|
||||
public:
|
||||
static int generate_encrypt_key(char *buf, int64_t len);
|
||||
static int generate_encrypt_key_char(char *buf, int64_t len);
|
||||
};
|
||||
|
||||
enum ObCipherOpMode {
|
||||
|
||||
Reference in New Issue
Block a user