Method: CLU512Type#to_bytes

Defined in:
lib/types/cl_u512_type.rb

#to_bytesObject



23
24
25
# File 'lib/types/cl_u512_type.rb', line 23

def to_bytes
  [8].pack("C*").unpack1("H*")
end