toggle menu
Signum
3.12.0
common
switch theme
search in API
indispensable
/
at.asitplus.signum.indispensable.misc
Package-level
declarations
Types
Functions
Properties
Types
ANSIECPrefix
Link copied to clipboard
enum
ANSIECPrefix
:
Enum
<
ANSIECPrefix
>
Bit
Length
Link copied to clipboard
data
class
BitLength
(
val
bits
:
UInt
)
:
Comparable
<
BitLength
>
Utility class to represent the bit length of curves and signatures.
Properties
bit
Link copied to clipboard
val
Int
.
bit
:
BitLength
val
UInt
.
bit
:
BitLength
bytes
Link copied to clipboard
val
Int
.
bytes
:
BitLength
val
UInt
.
bytes
:
BitLength
Functions
max
Link copied to clipboard
inline
fun
max
(
a
:
BitLength
,
b
:
BitLength
)
:
BitLength
min
Link copied to clipboard
inline
fun
min
(
a
:
BitLength
,
b
:
BitLength
)
:
BitLength