Axis-Fi / axis-core

Axis Protocol
https://axis.finance
Other
6 stars 1 forks source link

Encryption Updates and Tests #26

Closed Oighty closed 7 months ago

Oighty commented 7 months ago

This PR makes some changes to the core RSA functions based on testing. It also provides some minor fixes for the MinPriorityQueue library.

We really need to update the bid data structures, specifically storing an array of bid IDs in the auction data, and then a mapping from lotId -> bidId -> encryptedBid for lookups to enable the decryption to work correctly on cancellations. The tests won't pass until then.