pub type Sbu1 = bool;
Expand description
A secret-shared bool
value.
Trait Implementations§
source§impl SecretBinary for Sbu1
impl SecretBinary for Sbu1
Implementation of SecretBinary
trait for Sbu1
. Uses a full byte to present a single bit.
source§impl SecretBinaryFixedSize for Sbu1
impl SecretBinaryFixedSize for Sbu1
Implementation of SecretBinaryFixedSize
trait for Sbu1
.