# SigningResult
data class SigningResult(u: ByteArray, v: ByteArray)
# Constructors
SigningResult | fun SigningResult() |
# Types
Name | Summary |
---|---|
Companion | object Companion |
# Functions
Name | Summary |
---|---|
equals | open operator override fun equals(other: Any?): Boolean |
hashCode | open override fun hashCode(): Int |
# Properties
Name | Summary |
---|---|
u | val u: ByteArray |
v | val v: ByteArray |