monkey patch EC::Point
102 103 104 105
# File 'lib/contracthashtool.rb', line 102 def add(point) sum_point_hex = EC_ADD.add(self, point) self.class.new group, OpenSSL::BN.new(sum_point_hex, 16) end