mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
small fixes
This commit is contained in:
parent
55534ea002
commit
91a420433a
10 changed files with 13 additions and 15 deletions
|
@ -74,13 +74,13 @@ namespace i2p {
|
|||
if (x) {
|
||||
x1 = BN_dup(x);
|
||||
BN_set_negative(x1, !BN_is_negative(x));
|
||||
};
|
||||
}
|
||||
if (y) y1 = BN_dup(y);
|
||||
if (z) z1 = BN_dup(z);
|
||||
if (t) {
|
||||
t1 = BN_dup(t);
|
||||
BN_set_negative(t1, !BN_is_negative(t));
|
||||
};
|
||||
}
|
||||
return EDDSAPoint{x1, y1, z1, t1};
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue