module Udongo::Cryptography

Public Instance Methods

crypt(options = {}) click to toggle source
# File lib/udongo/cryptography.rb, line 2
def crypt(options = {})
  @crypt ||= Udongo::Crypt.new(options)
end