Sha256: ff510588408da1774733817f20c1334cb7b2ae601384a2f08a2808f55cba757d

Contents?: true

Size: 334 Bytes

Versions: 1

Compression:

Stored size: 334 Bytes

Contents

require 'yaml'
require 'fileutils'

require_relative 'in_memory_record'

module Ccrypto

  class SupportedCipherListError < StandardError; end

  class SupportedCipherList
    include TR::CondUtils
    include InMemoryRecord

    def initialize
      define_search_key(:algo, :keysize, :mode, :padding, :ivLength)
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ccrypto-0.2.0 lib/ccrypto/supported_cipher_list.rb