SealedBox

@Serializable
data class SealedBox(val secretBox: String, val timestamp: Long)

Simple sealed box object.

Author

Marcus Cvjeticanin

Since

0.2.0

Constructors

Link copied to clipboard
constructor(secretBox: String, timestamp: Long)

Properties

Link copied to clipboard
Link copied to clipboard