Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encryption Updates and Tests #26

Merged
merged 13 commits into from
Jan 26, 2024
Merged

Encryption Updates and Tests #26

merged 13 commits into from
Jan 26, 2024

Conversation

Oighty
Copy link
Contributor

@Oighty Oighty commented Jan 25, 2024

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.

@Oighty Oighty requested a review from 0xJem January 25, 2024 22:45
@0xJem 0xJem merged commit 35d515c into batch-auctions Jan 26, 2024
1 check passed
@0xJem 0xJem deleted the rsa-tests branch January 26, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants