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

Version Path
cryptic-1.0.0.beta.11 lib/cryptic.rb
cryptic-1.0.0.beta.10 lib/cryptic.rb
cryptic-1.0.0.beta.9 lib/cryptic.rb
cryptic-1.0.0.beta.8 lib/cryptic.rb
cryptic-1.0.0.beta.7 lib/cryptic.rb
cryptic-1.0.0.beta.6 lib/cryptic.rb
cryptic-1.0.0.beta.5 lib/cryptic.rb
cryptic-1.0.0.beta.4 lib/cryptic.rb
cryptic-1.0.0.beta.3 lib/cryptic.rb