Identity transformation.
[Source]
# File sources/parser/encryption.rb, line 420 420: def Identity.decrypt(key, data) 421: data 422: end
# File sources/parser/encryption.rb, line 416 416: def Identity.encrypt(key, data) 417: data 418: end
[Validate]