mirror of
https://github.com/monero-project/monero.git
synced 2025-08-23 10:55:15 -04:00
compile issues, resolve later. commiting because switching machines
This commit is contained in:
parent
f70bc3a345
commit
cd63132502
3 changed files with 83 additions and 2 deletions
|
@ -26,7 +26,10 @@ namespace crypto {
|
|||
};
|
||||
|
||||
POD_CLASS ec_scalar {
|
||||
char data[32];
|
||||
// FIXME: temporary to get wallet recovery to work. Need to
|
||||
// discuss proper solution with team
|
||||
public:
|
||||
char data[32];
|
||||
};
|
||||
|
||||
POD_CLASS public_key: ec_point {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue