.
This commit is contained in:
parent
baa10c2995
commit
2f20258807
16 changed files with 239 additions and 423 deletions
|
@ -91,7 +91,10 @@ public:
|
|||
|
||||
~Identity()
|
||||
{
|
||||
delete _privateKey;
|
||||
if (_privateKey) {
|
||||
Utils::burn(_privateKey,sizeof(C25519::Private));
|
||||
delete _privateKey;
|
||||
}
|
||||
}
|
||||
|
||||
inline Identity &operator=(const Identity &id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue