# Package-level declarations
# Types
Name | Summary |
---|---|
CryptoException | sealed class CryptoException : Exception A class hierarchy that describes issues with cryptography calculations. |
SigningKeyPair | data class SigningKeyPair(val publicKey: ByteArray, val privateKey: ByteArray) |
SigningResult | data class SigningResult(val u: ByteArray, val v: ByteArray) |