mirror of
https://github.com/monero-project/monero.git
synced 2025-02-07 16:43:41 +02:00
Merge pull request #9694
4feb6b3e2
crypto: remove unused POD classes (iamamyth)
This commit is contained in:
commit
3b7bd060d0
@ -71,22 +71,6 @@ namespace crypto {
|
|||||||
|
|
||||||
using secret_key = epee::mlocked<tools::scrubbed<ec_scalar>>;
|
using secret_key = epee::mlocked<tools::scrubbed<ec_scalar>>;
|
||||||
|
|
||||||
POD_CLASS public_keyV {
|
|
||||||
std::vector<public_key> keys;
|
|
||||||
int rows;
|
|
||||||
};
|
|
||||||
|
|
||||||
POD_CLASS secret_keyV {
|
|
||||||
std::vector<secret_key> keys;
|
|
||||||
int rows;
|
|
||||||
};
|
|
||||||
|
|
||||||
POD_CLASS public_keyM {
|
|
||||||
int cols;
|
|
||||||
int rows;
|
|
||||||
std::vector<secret_keyV> column_vectors;
|
|
||||||
};
|
|
||||||
|
|
||||||
POD_CLASS key_derivation: ec_point {
|
POD_CLASS key_derivation: ec_point {
|
||||||
friend class crypto_ops;
|
friend class crypto_ops;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user