32
# File 'lib/cript/hidr.rb', line 32 def s(n);[n.chars.to_a.map{|y|y==@o[:b0]?'0':'1'}.join].pack('b*');end