class Pantry::Communication::Security::CurveSecurity

ZeroMQ Curve encryption strategy. For details about how the Curve encryption works in ZeroMQ, check out the following:

Public Class Methods

client() click to toggle source
# File lib/pantry/communication/security/curve_security.rb, line 14
def self.client
  Client.new
end
server() click to toggle source
# File lib/pantry/communication/security/curve_security.rb, line 18
def self.server
  Server.new
end