The secret shouldn't be copied around!
This commit is contained in:
parent
ced473027a
commit
d21139d9ff
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ impl Public {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Copy, Eq, PartialEq)]
|
#[derive(Debug, Eq, PartialEq)]
|
||||||
pub struct Secret(U256);
|
pub struct Secret(U256);
|
||||||
|
|
||||||
impl Secret {
|
impl Secret {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue