Sha256: b8fcd5550b64c57477ef749b9e6306434adb8d34e586c36c5d204ee1c1b9ed9f
Contents?: true
Size: 302 Bytes
Versions: 11
Compression:
Stored size: 302 Bytes
Contents
module SymmetricEncryption # Exceptions created by SymmetricEncryption class Error < StandardError end # Exceptions when working with Ciphers class CipherError < Error end # Exceptions when trying to use the keys before they have been configured class ConfigError < Error end end
Version data entries
11 entries across 11 versions & 1 rubygems