Maintenance.

This commit is contained in:
Marcel Keller
2021-11-04 16:22:45 +11:00
parent 7b52ef9035
commit 32950fe8d4
185 changed files with 1818 additions and 654 deletions

View File

@@ -24,11 +24,4 @@ AtlasShare::AtlasShare(const AtlasSecret& other) :
{
}
void AtlasShare::random()
{
AtlasSecret tmp;
this->get_party().DataF.get_one(DATA_BIT, tmp);
*this = tmp.get_reg(0);
}
}