Set up fuzz infrastructure

This commit is contained in:
Arthur Carcano
2026-04-28 15:46:17 +02:00
committed by Alex
parent 0a5282d918
commit ade4d07bb5
8 changed files with 78 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ use std::fmt;
/// An array of 32 bytes
#[derive(Default, Clone, Hash, PartialEq, Eq, PartialOrd, Ord, Copy)]
#[cfg_attr(feature = "arbitrary", derive(arbitrary::Arbitrary))]
pub struct FixedBytes32([u8; 32]);
impl From<[u8; 32]> for FixedBytes32 {