Identity transformation.
# File lib/origami/encryption.rb, line 543 def Identity.decrypt(key, data) data end
# File lib/origami/encryption.rb, line 539 def Identity.encrypt(key, data) data end
[Validate]
Generated with the Darkfish Rdoc Generator 2.