Module: Ronin::Support::Encoding::Base16
- Defined in:
- lib/ronin/support/encoding/base16.rb
Overview
Class Method Summary collapse
-
.decode(data) ⇒ String
Base16 decodes the String.
-
.encode(data) ⇒ String
Base16 encodes the given data.