Function | Description |
---|---|
[Database Backup](#database backup) | Utility function to backup database in sdcard |
/**
* Save database to external storage
#include <iostream> | |
#include <string> | |
#include "SHA256.h" | |
using namespace std; | |
class block | |
{ | |
public : | |