☰
PublicInteger
Required Associated Types
SecretVersion
Implementations on Foreign Types
i128
i16
i32
i64
i8
u128
u16
u32
u64
u8
Implementors
In hacspec_lib::prelude
?
Trait
hacspec_lib
::
prelude
::
PublicInteger
source
·
[
−
]
pub trait PublicInteger:
Integer
{ type
SecretVersion
:
Integer
; }
Required Associated Types
source
type
SecretVersion
:
Integer
Implementations on Foreign Types
source
impl
PublicInteger
for
u8
type
SecretVersion
=
U8
source
impl
PublicInteger
for
u16
type
SecretVersion
=
U16
source
impl
PublicInteger
for
u32
type
SecretVersion
=
U32
source
impl
PublicInteger
for
u64
type
SecretVersion
=
U64
source
impl
PublicInteger
for
u128
type
SecretVersion
=
U128
source
impl
PublicInteger
for
i8
type
SecretVersion
=
I8
source
impl
PublicInteger
for
i16
type
SecretVersion
=
I16
source
impl
PublicInteger
for
i32
type
SecretVersion
=
I32
source
impl
PublicInteger
for
i64
type
SecretVersion
=
I64
source
impl
PublicInteger
for
i128
type
SecretVersion
=
I128
Implementors
source
impl
PublicInteger
for
BigInt
type
SecretVersion
=
BigInt