compile issues, resolve later. commiting because switching machines

This commit is contained in:
tom 2014-06-04 23:08:35 -04:00 committed by Thomas Winget
parent f70bc3a345
commit cd63132502
3 changed files with 83 additions and 2 deletions

View file

@ -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 {