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

Basic fuzzing #33

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Basic fuzzing #33

merged 1 commit into from
Sep 3, 2024

Conversation

0xAlcibiades
Copy link
Member

@0xAlcibiades 0xAlcibiades commented Sep 2, 2024

An example of how to do some basic fuzz testing on parts of the library we think may need it.

Copy link
Collaborator

@trbritt trbritt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great examples on the fuzzing; covers most of the key functionality needed

@0xAlcibiades 0xAlcibiades merged commit a943a22 into 0xAlcibiades/annotate Sep 3, 2024
2 checks passed
@0xAlcibiades 0xAlcibiades deleted the 0xAlcibiades/fuzz branch September 3, 2024 18:57
trbritt pushed a commit that referenced this pull request Sep 4, 2024
… consideration (#31)

* fix: sort and remove unused dep

* chore: document readme and lib.rs

* fix: docs and todo for lib.rs

* chore: document glued miller loop

* chore: annotation of pairings

* fix: satisfy clippy

* fix: remove unneeded escapes

* feat: threshold signature example

* chore: cleanup examples

* chore: further examples

* chore: clippy

* feat: simple XOR ECIES example

* chore: document example

* feat: working AES-GCM ECIES example

* fix: satisfy clippy

* fix: restore xor example

* fix: cleanup

* chore: document hasher

* chore: document SvdW

* chore: document utils

* chore: annotate groups/mod.rs

* chore: annotate g1

* chore: annotate g2.rs

* chore: annotate group.rs

* chore: annotate gt.rs

* chore: annotate fp.rs

* chore: annotate extensions.rs

* chore: annotate fp2.rs

* chore: annotate fp6.rs

* fix: annonate fp12.rs

* fix: cleanup formatting and interlinking in docs presentation a bit

* fix: cleanup deps

* fix: latest dependencies

* chore: note about unstable packages

* feat: fuzz library (#33)

* address initial feedback

* fmt + clippy

---------

Co-authored-by: Tristan Britt <[email protected]>
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