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

More tests: Honey Badger #401

Open
afck opened this issue Apr 3, 2019 · 2 comments
Open

More tests: Honey Badger #401

afck opened this issue Apr 3, 2019 · 2 comments

Comments

@afck
Copy link
Collaborator

afck commented Apr 3, 2019

The HoneyBadger tests currently contain an oddly specific "faulty shares" test: Should that be moved to ThresholdDecrypt tests instead? (See #400.)

Apart from that, we need to ensure that the RandomAdversary doesn't almost exclusively send completely nonsensical messages (e.g. with huge epoch numbers), but uses random distributions that are more likely to uncover bugs.

Let's also evaluate whether additional message ordering strategies would make sense (FIFO, LIFO, different "node speed" distributions)—always with the restriction that all messages must eventually be delivered, of course.

@whereistejas
Copy link

whereistejas commented Jun 1, 2021

Hi @afck and @igorbarinov ! Is this issue still open for someone to work on? If yes, I would love to work on this.

I tried to read through the codebase to look for a solution to solve the second issue regarding RandomAdversary since it looks easier to tackle. If I'm not wrong we need to start at this point:

impl<D> Adversary<D> for RandomAdversary

Please, correct me if I'm wrong.

@afck
Copy link
Collaborator Author

afck commented Jun 7, 2021

I'm not sure anyone is currently actively maintaining this repository, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants