Sha256: decfcde7eed3d3cf6e760e09c5719cbbdfcafa3091b78e8a7540940c1b8b8198
Contents?: true
Size: 196 Bytes
Versions: 4
Compression:
Stored size: 196 Bytes
Contents
module VaultTree class DHKeyPair attr_reader :public_key, :secret_key def initialize(opts) @public_key = opts[:public_key] @secret_key = opts[:secret_key] end end end
Version data entries
4 entries across 4 versions & 1 rubygems