Sha256: f0acd83cfaecee3bc4e2f71b1d4d66444cf4f47a6c824be8e23f323df8920138
Contents?: true
Size: 408 Bytes
Versions: 9
Compression:
Stored size: 408 Bytes
Contents
require 'cryptic/encrypted_data' require 'cryptic/exceptions' require 'cryptic/keypair' require 'cryptic/version' # A module to encrypt data using public keys # # @author Erran Carey <me@errancarey.com> module Cryptic # Including Cryptic::Exceptions allows you to use shorthand for exceptions: # Cryptic::DecryptionError instead of Cryptic::Exceptions::DecryptionError include Cryptic::Exceptions end
Version data entries
9 entries across 9 versions & 1 rubygems