mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 18:56:31 +02:00
crypto: remove unused POD classes
Remove the following unused classes from the crypto namespace: public_keyV, secret_keyV, and public_keyM.
This commit is contained in:
parent
2e8a128c75
commit
4feb6b3e29
@ -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