The secret shouldn't be copied around!

This commit is contained in:
Neemek 2025-11-06 23:13:26 +01:00
parent ced473027a
commit d21139d9ff

View file

@ -39,7 +39,7 @@ impl Public {
}
}
#[derive(Debug, Clone, Copy, Eq, PartialEq)]
#[derive(Debug, Eq, PartialEq)]
pub struct Secret(U256);
impl Secret {