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