KeyExchangeKeyPair

data class KeyExchangeKeyPair(val publicKey: UByteArray, val secretKey: UByteArray)

Constructors

Link copied to clipboard
constructor(publicKey: UByteArray, secretKey: UByteArray)

Properties

Link copied to clipboard
Link copied to clipboard