rename DatabaseLookupTageSet to SymmetricKeyTagset

This commit is contained in:
orignal 2021-05-22 18:41:25 -04:00
parent 59b471b9a2
commit f321eb66c0
3 changed files with 9 additions and 9 deletions

View file

@ -471,7 +471,7 @@ namespace garlic
{
uint64_t t;
memcpy (&t, tag, 8);
auto tagset = std::make_shared<DatabaseLookupTagSet>(this, key);
auto tagset = std::make_shared<SymmetricKeyTagSet>(this, key);
m_ECIESx25519Tags.emplace (t, ECIESX25519AEADRatchetIndexTagset{0, tagset});
}