static keys table

This commit is contained in:
orignal 2023-04-30 20:05:35 -04:00
parent 2af4a2b58d
commit 7c535159bc
5 changed files with 49 additions and 0 deletions

View file

@ -85,6 +85,10 @@ namespace data
void DeleteObsoleteProfiles ();
void SaveProfiles ();
void PersistProfiles ();
// static keys
bool CheckStaticKey (const i2p::data::Tag<32>& staticKey, const i2p::data::IdentHash& ident);
void UpdateStaticKey (const i2p::data::Tag<32>& staticKey, const i2p::data::IdentHash& ident);
}
}