bt_keys_storage.h 139 B

123456789
  1. #pragma once
  2. #include "bt_i.h"
  3. bool bt_load_key_storage(Bt* bt);
  4. bool bt_save_key_storage(Bt* bt);
  5. bool bt_delete_key_storage(Bt* bt);