Class: Tox::PublicKey
Overview
Public key primitive.
Instance Attribute Summary
Attributes inherited from Binary
Class Method Summary collapse
Methods inherited from Binary
#==, hex_re, #hex_value=, #initialize, #inspect, #to_s
Constructor Details
This class inherits a constructor from Tox::Binary
Class Method Details
.bytesize ⇒ Object
8 9 10 |
# File 'lib/tox/public_key.rb', line 8 def self.bytesize 32 end |